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 6619CA00C2; Thu, 16 Jun 2022 17:19:54 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 978DB42BC1; Thu, 16 Jun 2022 17:18:08 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 5F02542B96 for ; Thu, 16 Jun 2022 17:18:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655392684; x=1686928684; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=dphqw/zVs0VouPqL5TvjR548keSoskcd03r8z0We/FE=; b=hXM/2ZcKCnlE8f3aQvgfvqlDyzORVCc+d69ylRd9WaDOqw5R8ToEYYLN s48EJ9icxMYSDSPK5di35/3u+ChrFN8WYoUbCPf5ycUxY4y5+RoW9WqI2 zeugmelFeyAJynN1srotyQ/qfWXrTnpeN48LKbiS+leBr5y2YJvgI2l5P Dz3xot2XrRTwv1y34uMAIGt1RsIPZAqDj0PEfMPc4EHcactV8nX5214bu WwmhXj1K7e6FjoeXteKxlk5UpbCc+t3TBwE0sjtcuf9Q8ruxk2mm+Q0R/ wgJMRcgb0FNgimcbGXBkVWilFIzULgv02q0NZtIlMOJvs5uYL80rAvRoW g==; X-IronPort-AV: E=McAfee;i="6400,9594,10379"; a="365624945" X-IronPort-AV: E=Sophos;i="5.92,305,1650956400"; d="scan'208";a="365624945" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Jun 2022 08:18:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.92,305,1650956400"; d="scan'208";a="675066420" Received: from silpixa00401215.ir.intel.com ([10.55.128.100]) by FMSMGA003.fm.intel.com with ESMTP; 16 Jun 2022 08:18:03 -0700 From: Sean Morrissey To: Cristian Dumitrescu Cc: dev@dpdk.org, Sean Morrissey Subject: [PATCH v2 17/19] table: remove unneeded header includes Date: Thu, 16 Jun 2022 15:17:25 +0000 Message-Id: <20220616151728.339629-18-sean.morrissey@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220616151728.339629-1-sean.morrissey@intel.com> References: <20220421190859.264174-1-sean.morrissey@intel.com> <20220616151728.339629-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 f7f8e8aea9..3502cbd2a4 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