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 6F53BA034E; Mon, 14 Feb 2022 15:45:46 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9CE6B410FD; Mon, 14 Feb 2022 15:45:31 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 612814116A for ; Mon, 14 Feb 2022 15:45:29 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1644849929; x=1676385929; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=55GggX0D67w1ApVHtvY/FsKbOzXtS0fNCdUNyo8Qu4w=; b=cYtpyoMXPLsSoc/oJO7Lnqjq0+LQHGGl5hjsfVe8BOjhsTCkOmthfI4+ 9maW4sMt1TaDXx8zV1oW/5utdBLdaTLtR+bDMULHF7dD/Rwo08XleuMGD hnQ+lAwTUF9doLjWrF+5PoUPatoaYFKpo6Wro5PImHdtSzeNnr0PyEOLt 7LNRyAlaSphOb/+bsVSibDTPC5nCIgZ4Geu2Efq3mL4DbournO1p+iWY4 3ifhNkgytZ3aTHGfgCpR/XEs9exmOXiWpvZ6N++LkQbNW4YSWw5Wt642Y dQIlIkH16oC793RVQOgVyWUz9zFTinGjtUMSH5RnghCExuufeNsZ7H4uW A==; X-IronPort-AV: E=McAfee;i="6200,9189,10257"; a="274673381" X-IronPort-AV: E=Sophos;i="5.88,368,1635231600"; d="scan'208";a="274673381" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Feb 2022 06:45:28 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,368,1635231600"; d="scan'208";a="485504976" Received: from silpixa00401215.ir.intel.com ([10.55.128.96]) by orsmga003.jf.intel.com with ESMTP; 14 Feb 2022 06:45:21 -0800 From: Sean Morrissey To: Olivier Matz Cc: dev@dpdk.org, Sean Morrissey Subject: [PATCH v8 04/50] kvargs: remove unneeded header includes Date: Mon, 14 Feb 2022 14:43:20 +0000 Message-Id: <20220214144406.4192233-5-sean.morrissey@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220214144406.4192233-1-sean.morrissey@intel.com> References: <20220214113632.3184921-1-sean.morrissey@intel.com> <20220214144406.4192233-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/kvargs/rte_kvargs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/kvargs/rte_kvargs.c b/lib/kvargs/rte_kvargs.c index 11f624ef14..c77bb82feb 100644 --- a/lib/kvargs/rte_kvargs.c +++ b/lib/kvargs/rte_kvargs.c @@ -8,7 +8,6 @@ #include #include -#include #include "rte_kvargs.h" -- 2.25.1