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 96D2EA0032; Fri, 17 Jun 2022 21:10:14 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AF97642BA5; Fri, 17 Jun 2022 21:09:13 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 5370142B86 for ; Fri, 17 Jun 2022 21:09:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655492947; x=1687028947; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=dphqw/zVs0VouPqL5TvjR548keSoskcd03r8z0We/FE=; b=gZy6hMkdHpK3sWSHuQTlC1Ic3lSAdQB7a6AH1mI/VEFPK7l7G+yOFcLe wUv+lv7E6a7W23D5Ptn9/FeP08u+bNdu+fZqv56/aNWXTVQ6M5vpoSsVr bI4odpEJKTSyShOVBEEiPrCkLl1ZpwgnPdY2fDpD4RPehtJfUGVaAjlgD TPaE6C5LmfcM6OXs0xtSi76edS6ay2QOVN9rep/8pEOrnL74bwkYAc9ES BuUfc3pPMpyl6VBFWTwbHBFR/oSaf2YAnNVLjlHOfrUA2AKrQmjqr9V1R V0jWH9LwYZW5oTCtTWzKF0XEV32apnz4O5luxlqxM8qQLBYSB61pIGN6O Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10380"; a="259389478" X-IronPort-AV: E=Sophos;i="5.92,306,1650956400"; d="scan'208";a="259389478" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Jun 2022 12:09:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.92,306,1650956400"; d="scan'208";a="653737046" Received: from silpixa00401215.ir.intel.com ([10.55.128.100]) by fmsmga004.fm.intel.com with ESMTP; 17 Jun 2022 12:09:06 -0700 From: Sean Morrissey To: Cristian Dumitrescu Cc: dev@dpdk.org, Sean Morrissey Subject: [PATCH v3 16/18] table: remove unneeded header includes Date: Fri, 17 Jun 2022 19:08:33 +0000 Message-Id: <20220617190835.1126602-17-sean.morrissey@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220617190835.1126602-1-sean.morrissey@intel.com> References: <20220616151728.339629-1-sean.morrissey@intel.com> <20220617190835.1126602-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