From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from NAM10-DM6-obe.outbound.protection.outlook.com (mail-dm6nam10on2066.outbound.protection.outlook.com [40.107.93.66]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1C5D610E2C3 for ; Tue, 22 Aug 2023 20:18:37 +0000 (UTC) From: Aurabindo Pillai To: Date: Tue, 22 Aug 2023 16:18:33 -0400 Message-ID: <20230822201833.29474-1-aurabindo.pillai@amd.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain Subject: [igt-dev] [PATCH v4] tests/amdgpu: Fix build error due to external file include List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: hersenxs.wu@amd.com Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Remove the external file include that causes build error on certain systems configured in the CI. Signed-off-by: Aurabindo Pillai --- tests/amdgpu/amd_odm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/amdgpu/amd_odm.c b/tests/amdgpu/amd_odm.c index 2781ad1c2..839f2de3f 100644 --- a/tests/amdgpu/amd_odm.c +++ b/tests/amdgpu/amd_odm.c @@ -5,7 +5,6 @@ #include #include -#include #include "igt.h" #include "igt_amd.h" -- 2.41.0