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 9840DA0093; Thu, 21 Apr 2022 21:10:54 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A08DB42839; Thu, 21 Apr 2022 21:09:34 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id BBA114282F for ; Thu, 21 Apr 2022 21:09:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1650568172; x=1682104172; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=K2UafzcfmmrepT4zpsqsK4NMN0Gs2DdXm0Wff96NMqQ=; b=au+rsYqy4G2jItm3YK4eGKIGseXZaQTtWz+h8zBteC33WyUW/Urtu4t+ Fkp+N4BCk0wQkpkIR26t0qiLBCJy6FG3LxMh7JosODBLq0u7VDRESEh/x t+Cld7NPAeQXVJr41s9CPS6HXBCSNXlwhdzTSdKFQ8J3ONdvH5gRH7Jzc 0KamRmBIHx//EqCyo8V2wJx8eskkWsAzD9BO2eu85BAH25Clqyka8sJ62 PCUjqB66VAsQC4B30LSJxijtXkPprBaq+6WC0ev9WozyDGDp/nOorqfNp IVbFzM2m6763epbZnMh386sEFq92089dZymrxPNsexKJoa7VwkxK8yxrn w==; X-IronPort-AV: E=McAfee;i="6400,9594,10324"; a="246354230" X-IronPort-AV: E=Sophos;i="5.90,279,1643702400"; d="scan'208";a="246354230" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Apr 2022 12:09:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,279,1643702400"; d="scan'208";a="671185707" Received: from silpixa00401215.ir.intel.com ([10.55.128.100]) by orsmga004.jf.intel.com with ESMTP; 21 Apr 2022 12:09:31 -0700 From: Sean Morrissey To: Cristian Dumitrescu Cc: dev@dpdk.org, Sean Morrissey Subject: [PATCH v1 17/19] table: remove unneeded header includes Date: Thu, 21 Apr 2022 19:08:57 +0000 Message-Id: <20220421190859.264174-18-sean.morrissey@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220421190859.264174-1-sean.morrissey@intel.com> References: <20220421190859.264174-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/table/rte_swx_table_learner.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/table/rte_swx_table_learner.c b/lib/table/rte_swx_table_learner.c index 15576c2aa3..f9d4d7faac 100644 --- a/lib/table/rte_swx_table_learner.c +++ b/lib/table/rte_swx_table_learner.c @@ -6,7 +6,6 @@ #include #include -#include #include #include "rte_swx_table_learner.h" -- 2.25.1