From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 877B7A00C5; Tue, 15 Feb 2022 13:35:55 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A5AEF4271B; Tue, 15 Feb 2022 13:33:07 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 9A3534115D for ; Tue, 15 Feb 2022 13:32:50 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1644928370; x=1676464370; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=cRQXrpTM+pawqWYuewJx9Zr5C75pEtjXnSyyqDeADKw=; b=L2wqz1ocdaSYutqB77px6CZutvlqGXQ3FnkDhIvFjXJRlWXvXG3SyfBb utJCP1ECIpH6HYExIlBhqFESFnJuld1svGPjW55RjXQLVIIvWhRA1Gb4h hZJuajGmEz4mYFTwMGTdlvfmqufJKxluQoAT2KBFaDF/8vWrR3gjyFyvM ih8TbZ3S3IYPOABfHfTFddw4sPx8sTBeMDLQB79pGzLrKwQN5KTph4QAv ya1yXO/F4ixPQvO27mUldvK7mCC/mUpYl4B96Uw9F1U4QvYQNgS9O36dv 89870E45eFdFxQo62MZ6QP3n9mfh1WlrcE6GgghCQu9fP4sg0+qwdOp6+ g==; X-IronPort-AV: E=McAfee;i="6200,9189,10258"; a="230969221" X-IronPort-AV: E=Sophos;i="5.88,370,1635231600"; d="scan'208";a="230969221" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Feb 2022 04:32:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,370,1635231600"; d="scan'208";a="544280492" Received: from silpixa00401215.ir.intel.com ([10.55.128.96]) by orsmga008.jf.intel.com with ESMTP; 15 Feb 2022 04:32:49 -0800 From: Sean Morrissey To: Elena Agostini Cc: dev@dpdk.org, Sean Morrissey Subject: [PATCH v9 38/50] gpudev: remove unneeded header includes Date: Tue, 15 Feb 2022 12:30:25 +0000 Message-Id: <20220215123037.608981-39-sean.morrissey@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220215123037.608981-1-sean.morrissey@intel.com> References: <20220214144406.4192233-1-sean.morrissey@intel.com> <20220215123037.608981-1-sean.morrissey@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org These header includes have been flagged by the iwyu_tool and removed. Signed-off-by: Sean Morrissey --- lib/gpudev/gpudev.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/gpudev/gpudev.c b/lib/gpudev/gpudev.c index ce92d63257..55a087bfb6 100644 --- a/lib/gpudev/gpudev.c +++ b/lib/gpudev/gpudev.c @@ -4,7 +4,6 @@ #include #include -#include #include #include #include -- 2.25.1