From patchwork Fri Jan 14 16:23:50 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sean Morrissey X-Patchwork-Id: 105849 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 64B93A00C3; Fri, 14 Jan 2022 17:30:10 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3B4E142811; Fri, 14 Jan 2022 17:27:44 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id A85C242803 for ; Fri, 14 Jan 2022 17:27:40 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1642177663; x=1673713663; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=FELRGDbs0t6EK7C56kMNNVL1QBPrMpzknsnkhQIVnNY=; b=J2pdUOtDH9Lc/jo7Utkjjq4EFnJgSmWHpqWA/BzZDQSyyc49VMHiFtCT Qnx3xUE3FoxlJzyNFluCXxMb9KAjvEdGpPsVHaanh4Vu1Hyp1R5qt0JXi 0DX+BvhVBJ6/BETPpIcKNH+9kDgaopAeCZu67bEQkoK/W1QVXIn9odyJ7 fEOI6HKkfZRllY4yCShckwK4OvqxPOi6WD+xlvT3pjKJ+iDcqpVdXbe8F 6BGDJ1E7rew7a3/XCxoBRZ7xDHCWrrUxFhDY3wCPR4qHXf4Psh+ZmbBJK KPZ54Opcps9Tz2M40aKaS6VMVDTuol7CNzfy1i5/X93kA2GthOEDnj+J5 Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10226"; a="241838865" X-IronPort-AV: E=Sophos;i="5.88,289,1635231600"; d="scan'208";a="241838865" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jan 2022 08:27:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,289,1635231600"; d="scan'208";a="559523653" Received: from silpixa00401215.ir.intel.com ([10.55.128.96]) by orsmga001.jf.intel.com with ESMTP; 14 Jan 2022 08:27:39 -0800 From: Sean Morrissey To: Cc: dev@dpdk.org, Sean Morrissey Subject: [PATCH v4 34/53] jobstats: remove unneeded header includes Date: Fri, 14 Jan 2022 16:23:50 +0000 Message-Id: <20220114162409.334437-35-sean.morrissey@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220114162409.334437-1-sean.morrissey@intel.com> References: <20211007102557.188739-1-sean.morrissey@intel.com> <20220114162409.334437-1-sean.morrissey@intel.com> MIME-Version: 1.0 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/jobstats/rte_jobstats.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/jobstats/rte_jobstats.c b/lib/jobstats/rte_jobstats.c index 9b8fde5d55..af565a14ea 100644 --- a/lib/jobstats/rte_jobstats.c +++ b/lib/jobstats/rte_jobstats.c @@ -7,10 +7,7 @@ #include #include -#include #include -#include -#include #include #include