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 DCDBDA00C5; Wed, 2 Feb 2022 10:52:57 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 89076427CC; Wed, 2 Feb 2022 10:49:32 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 4F708427AE for ; Wed, 2 Feb 2022 10:49:30 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1643795370; x=1675331370; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Pinjlhxmyu1NWelct7Hl/mb9kvGW002JpfxiBVUoK58=; b=PmtupeSGcMp9Lp+5nsD7eA8gX5ycvEETUIMPkfg7ghBMwW5jO2sc2kCE aVnPN4ijY2krRA+BolMu7WBV13vB4wapOy0rbwxP52PFgzjBxqcFG6pqL uKrvpe4SpbECfIvo2nS8Lx0o0SLVppLQdcqIDfmvUn2jgR7IS5kLqsXrX AgAhtHY3mz/PPzkQ6Ut9xi5+meE2BcR1BzN8snjrF7iMDyHLj15Z24qPh jh5KMQ9FY3X2LCIV7QZ3I75ioWbdkxQxVSxDmdvq2cVJ2UBLIWUWomK75 h4j6oHj9oWhGEC6RSAUeVh3rYpT+t1AEuL2wr0yb+wQ6ZUbnu6OiAyGmt g==; X-IronPort-AV: E=McAfee;i="6200,9189,10245"; a="272365446" X-IronPort-AV: E=Sophos;i="5.88,336,1635231600"; d="scan'208";a="272365446" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Feb 2022 01:49:29 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,336,1635231600"; d="scan'208";a="538182294" Received: from silpixa00401215.ir.intel.com ([10.55.128.96]) by orsmga008.jf.intel.com with ESMTP; 02 Feb 2022 01:49:28 -0800 From: Sean Morrissey To: Konstantin Ananyev Cc: dev@dpdk.org, Sean Morrissey Subject: [PATCH v6 50/50] acl: remove unneeded header includes Date: Wed, 2 Feb 2022 09:48:02 +0000 Message-Id: <20220202094802.3618978-51-sean.morrissey@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220202094802.3618978-1-sean.morrissey@intel.com> References: <20220117201943.873922-1-sean.morrissey@intel.com> <20220202094802.3618978-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/acl/rte_acl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/acl/rte_acl.c b/lib/acl/rte_acl.c index 4e693b2488..a61c3ba188 100644 --- a/lib/acl/rte_acl.c +++ b/lib/acl/rte_acl.c @@ -6,7 +6,6 @@ #include #include #include -#include #include "acl.h" -- 2.25.1