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 EEADDA00C5; Tue, 15 Feb 2022 13:36:20 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 12FA342738; Tue, 15 Feb 2022 13:33:12 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id D4BCE41157 for ; Tue, 15 Feb 2022 13:32:57 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1644928378; x=1676464378; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=X77UVyFCU3KWX9LUcAlutU6RJE1s6pLnHtCx1grTaT4=; b=N7eYjxodUT9Klfpr4LyQNa+gdHdfcxzlrugoDHJbC8h9YJ9i8xRbH2zQ D6fgDcos4NKB2kNfglUHydNU95UaK3H0UMpAXXG+kLlibR7xW0Xafqv+v y5b5ft9xfbSyrG3h4Uu0dFuqVM7vbRjfgcC+I1N0/S8v2R07yrLlevxHx R8jn7o9xp5QAj/dUmCywcgCWHkpM5/i2Jv56gq72kic9OxlCR7kb4j87E rSeQJ/xUZTvDnxhzpSUGWM4RG0cC1FewRutm6CnYAN1qsp0VzlyGwd9nA XS6WvArb+4LsAzoaAOwCFL2qMPjEkdmy/v1dLy8ahueDkZ6prjCzL5mdb w==; X-IronPort-AV: E=McAfee;i="6200,9189,10258"; a="230969233" X-IronPort-AV: E=Sophos;i="5.88,370,1635231600"; d="scan'208";a="230969233" 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:57 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,370,1635231600"; d="scan'208";a="544280528" Received: from silpixa00401215.ir.intel.com ([10.55.128.96]) by orsmga008.jf.intel.com with ESMTP; 15 Feb 2022 04:32:56 -0800 From: Sean Morrissey To: Chengwen Feng , Kevin Laatz , Bruce Richardson Cc: dev@dpdk.org, Sean Morrissey Subject: [PATCH v9 43/50] dmadev: remove unneeded header includes Date: Tue, 15 Feb 2022 12:30:30 +0000 Message-Id: <20220215123037.608981-44-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/dmadev/rte_dmadev.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/dmadev/rte_dmadev.h b/lib/dmadev/rte_dmadev.h index 4abe79c536..ad9e7a0975 100644 --- a/lib/dmadev/rte_dmadev.h +++ b/lib/dmadev/rte_dmadev.h @@ -149,7 +149,6 @@ #include #include #include -#include #ifdef __cplusplus extern "C" { -- 2.25.1