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 78F0DA00C5; Mon, 14 Feb 2022 12:41:20 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EB61B4274F; Mon, 14 Feb 2022 12:38:33 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id CEA8F4068C for ; Mon, 14 Feb 2022 12:38:21 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1644838702; x=1676374702; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Pinjlhxmyu1NWelct7Hl/mb9kvGW002JpfxiBVUoK58=; b=QylOR73obnk2sZuepzD2APCwZu/4rYChgAPEkVoifcL7za2OgRvN+jlp vYr88drxvg5kYg7FMdZA5MLScMQUKiWWZLObgZiMtZeVJbbCEj4IWVCu2 bhS+G1s1NJrt4ONVZ8aaPLhi8cNSKy7CyrKQTCFeVREjeODZ4U5UhhR98 TTZaFy1PgSbveoGsweLS/uP6xfGr27mtqWu1ptX2BMRHMR67hLXnSLaa8 OErpDpJCwYV4TCcOSIE6i0n8rRVktYyC/zV/M9+IeJyZDgos3JP/rSn3T /VR7ilkPGHLCvd5pbud4buKUinHvziOx2KsyoGHVlnQdZphALDmPHPG1l w==; X-IronPort-AV: E=McAfee;i="6200,9189,10257"; a="250019326" X-IronPort-AV: E=Sophos;i="5.88,367,1635231600"; d="scan'208";a="250019326" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Feb 2022 03:38:20 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,367,1635231600"; d="scan'208";a="632088287" Received: from silpixa00401215.ir.intel.com ([10.55.128.96]) by fmsmga002.fm.intel.com with ESMTP; 14 Feb 2022 03:38:19 -0800 From: Sean Morrissey To: Konstantin Ananyev Cc: dev@dpdk.org, Sean Morrissey Subject: [PATCH v7 50/50] acl: remove unneeded header includes Date: Mon, 14 Feb 2022 11:36:32 +0000 Message-Id: <20220214113632.3184921-51-sean.morrissey@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220214113632.3184921-1-sean.morrissey@intel.com> References: <20220202094802.3618978-1-sean.morrissey@intel.com> <20220214113632.3184921-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