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 B9B9CA00C3; Mon, 17 Jan 2022 21:23:14 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1E130427DA; Mon, 17 Jan 2022 21:21:16 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id D8EAD427C2 for ; Mon, 17 Jan 2022 21:21:14 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1642450875; x=1673986875; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=anC25U6lCPtF3M+fedWTaRe18+D0LFk1yWV5TY5ByDU=; b=LEzIFF3V4rUWvgFmyOom1m8eYR4JdMxOVkqWIRXNL5S/CAqz/tM09gUJ FD0zTmvDOePrAB2Ylg/0yzDC+Q4KkHIZXnS9OhtV4M8Dy77k++l7XazRA gx6XtPXR0iapFkweMRtlzPTUTO5I+hXkhGG5aSVT77AAUisTJwGcJiINC +Ii1/BjxE/+Xs7DytYn4/j7OTeMB+37TTvY1GbzJl49DuZEcxd0thA2iE xPeg/UAQtLtS7YxnH6v/NQ7KkLbTec3GdIfHk/npOs1XoG5KHv4aoAtou FF1cZrRh1utoiFd+Cq7JdPsfyMsijKWKQhtrpofGrvskUdMCpKXUoOYpq Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10230"; a="331038115" X-IronPort-AV: E=Sophos;i="5.88,296,1635231600"; d="scan'208";a="331038115" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Jan 2022 12:21:14 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,296,1635231600"; d="scan'208";a="517520975" Received: from silpixa00401215.ir.intel.com ([10.55.128.96]) by orsmga007.jf.intel.com with ESMTP; 17 Jan 2022 12:21:13 -0800 From: Sean Morrissey To: Reshma Pattan Cc: dev@dpdk.org, Sean Morrissey Subject: [PATCH v5 30/50] latencystats: remove unneeded header includes Date: Mon, 17 Jan 2022 20:19:23 +0000 Message-Id: <20220117201943.873922-31-sean.morrissey@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220117201943.873922-1-sean.morrissey@intel.com> References: <20220114162409.334437-1-sean.morrissey@intel.com> <20220117201943.873922-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