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 94033A00C5; Wed, 2 Feb 2022 10:48:45 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CDCB2426E0; Wed, 2 Feb 2022 10:48:24 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 61F39426D6 for ; Wed, 2 Feb 2022 10:48:23 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1643795303; x=1675331303; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=55GggX0D67w1ApVHtvY/FsKbOzXtS0fNCdUNyo8Qu4w=; b=nwYJ38JLiRyyvFRp7oZO9tLIhs+I2bkZwfK5Go4OSFQCh7LsyDiPITry zzMmZGwrgG28yVPxuy473QYUod1768685PS1YbHnBV5HmZqm/ab9S2lBs bUg/D/0vuWGlvTwV9RJe93F0ordeFzFUGxXJghKwubC4bWaEkZmZLjZVz lbTqNk1K7x5+nLkclxFPChQSwa3YdC2UMZnaLi9Lo02Budga7ngnUdkk9 Xv2w3NTYdfM4yRpELIzneZ59lQf5rKjOf2/mYiPvVbTzNY5pQiascsbG/ nYb8A7uUU5FMAA8BZtuoYFWxqwvcpmZNJWxspWsLW4yiSIHC1U59kedf/ A==; X-IronPort-AV: E=McAfee;i="6200,9189,10245"; a="247832142" X-IronPort-AV: E=Sophos;i="5.88,336,1635231600"; d="scan'208";a="247832142" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Feb 2022 01:48:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,336,1635231600"; d="scan'208";a="538181943" Received: from silpixa00401215.ir.intel.com ([10.55.128.96]) by orsmga008.jf.intel.com with ESMTP; 02 Feb 2022 01:48:21 -0800 From: Sean Morrissey To: Olivier Matz Cc: dev@dpdk.org, Sean Morrissey Subject: [PATCH v6 04/50] kvargs: remove unneeded header includes Date: Wed, 2 Feb 2022 09:47:16 +0000 Message-Id: <20220202094802.3618978-5-sean.morrissey@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220202094802.3618978-1-sean.morrissey@intel.com> References: <20220117201943.873922-1-sean.morrissey@intel.com> <20220202094802.3618978-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