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 D282DA00C5; Tue, 15 Feb 2022 13:35:08 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3C1F5426F6; Tue, 15 Feb 2022 13:33:00 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 1B784426D5 for ; Tue, 15 Feb 2022 13:32:38 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1644928359; x=1676464359; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=anC25U6lCPtF3M+fedWTaRe18+D0LFk1yWV5TY5ByDU=; b=QiBA9rzDgKJHzugNMJ3Iiyc26Cy7tScxDnY9mvLM1uGmoIye3ClB+NkH OvYQcp/zw0B1BPxiCC6ZBUhvsSzSfKCayd6I5s3nJ2PHoAChofUY01bJB j3ClRv7HXmHexIo+NkR0ko72feAo740oSIbs8cdvjbgf6qVZFuUZuH5U2 EVijhEg4nvwniVKO5er9jtx/tc0LOB7VCNvACds7QcG9Xwnpw1xWvniXd kt4SZRl6cbpuGym7r72bHQx5FP15pIPZVSMnaN7xoK1IFXZW+irLy3gyQ RbSuuSeIFaxGB0R0mroFIs2RLnnMHiGNm825RYMcXspFpFCmEmTfVCntS Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10258"; a="247936637" X-IronPort-AV: E=Sophos;i="5.88,370,1635231600"; d="scan'208";a="247936637" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Feb 2022 04:32:38 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,370,1635231600"; d="scan'208";a="544280447" Received: from silpixa00401215.ir.intel.com ([10.55.128.96]) by orsmga008.jf.intel.com with ESMTP; 15 Feb 2022 04:32:37 -0800 From: Sean Morrissey To: Reshma Pattan Cc: dev@dpdk.org, Sean Morrissey Subject: [PATCH v9 30/50] latencystats: remove unneeded header includes Date: Tue, 15 Feb 2022 12:30:17 +0000 Message-Id: <20220215123037.608981-31-sean.morrissey@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220215123037.608981-1-sean.morrissey@intel.com> References: <20220214144406.4192233-1-sean.morrissey@intel.com> <20220215123037.608981-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/latencystats/rte_latencystats.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/latencystats/rte_latencystats.c b/lib/latencystats/rte_latencystats.c index ab8db7a139..8985a377db 100644 --- a/lib/latencystats/rte_latencystats.c +++ b/lib/latencystats/rte_latencystats.c @@ -2,13 +2,9 @@ * Copyright(c) 2018 Intel Corporation */ -#include -#include -#include #include #include -#include #include #include #include -- 2.25.1