From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by gabe.freedesktop.org (Postfix) with ESMTPS id 663966EA2E for ; Wed, 11 Dec 2019 00:59:43 +0000 (UTC) From: D Scott Phillips Date: Tue, 10 Dec 2019 16:52:07 -0800 Message-Id: <20191211005235.67897-2-d.scott.phillips@intel.com> In-Reply-To: <20191211005235.67897-1-d.scott.phillips@intel.com> References: <20191211005235.67897-1-d.scott.phillips@intel.com> MIME-Version: 1.0 Subject: [igt-dev] [PATCH i-g-t 01/29] Remove unused includes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" To: igt-dev@lists.freedesktop.org List-ID: and are not needed and are not available on other platforms. Signed-off-by: D Scott Phillips --- benchmarks/gem_syslatency.c | 2 -- tests/i915/gem_reloc_overflow.c | 1 - 2 files changed, 3 deletions(-) diff --git a/benchmarks/gem_syslatency.c b/benchmarks/gem_syslatency.c index 40230630..30722d85 100644 --- a/benchmarks/gem_syslatency.c +++ b/benchmarks/gem_syslatency.c @@ -42,8 +42,6 @@ #include #include "drm.h" -#include - #define sigev_notify_thread_id _sigev_un._tid static volatile int done; diff --git a/tests/i915/gem_reloc_overflow.c b/tests/i915/gem_reloc_overflow.c index c9d1f207..75af2659 100644 --- a/tests/i915/gem_reloc_overflow.c +++ b/tests/i915/gem_reloc_overflow.c @@ -37,7 +37,6 @@ #include #include #include -#include #include #include #include -- 2.23.0 _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev