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 A73C1A0032; Fri, 17 Jun 2022 21:09:47 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 550BE42B87; Fri, 17 Jun 2022 21:09:07 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 3D16342B74 for ; Fri, 17 Jun 2022 21:09:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655492942; x=1687028942; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ywZLM3tId6YOv0YHcMiA40bsRWSnpd6ULQDrTVowaXk=; b=RqpAFIerASFmk1sytberQEALE5tpaW/xI23z/4py98aCg6FlY/pVwbxb noAb7//of7HeuR0iVoL3JBalo4GhzQW9d0Q1ocWjxCLdCUTCWjZQ3s9qw zjnAB6BZvS0/Lu4wK6tfWUS+evOap2HIbU4UrMlf7I+tx+Jl7PVnxwUgt r088249/frzHgO31db0Vj89YJYXMvjmohYZ6OZU3T9XjDmvkN2kMAgfBI AL8rohWiBN1vkqDLdRGtxCfck+ZfZy+AgH+oZrwd01wk9m/Wfm/57QntT zPYlm0uQyI701Giv+YFefwZr/vLOojXx+X33c29xtrrMKqaA6XiGDAumW w==; X-IronPort-AV: E=McAfee;i="6400,9594,10380"; a="259389449" X-IronPort-AV: E=Sophos;i="5.92,306,1650956400"; d="scan'208";a="259389449" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Jun 2022 12:09:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.92,306,1650956400"; d="scan'208";a="653737014" Received: from silpixa00401215.ir.intel.com ([10.55.128.100]) by fmsmga004.fm.intel.com with ESMTP; 17 Jun 2022 12:09:00 -0700 From: Sean Morrissey To: David Hunt Cc: dev@dpdk.org, Sean Morrissey Subject: [PATCH v3 11/18] power: remove unneeded header includes Date: Fri, 17 Jun 2022 19:08:28 +0000 Message-Id: <20220617190835.1126602-12-sean.morrissey@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220617190835.1126602-1-sean.morrissey@intel.com> References: <20220616151728.339629-1-sean.morrissey@intel.com> <20220617190835.1126602-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/power/rte_power_empty_poll.h | 3 --- lib/power/rte_power_pmd_mgmt.c | 2 -- lib/power/rte_power_pmd_mgmt.h | 4 ---- 3 files changed, 9 deletions(-) diff --git a/lib/power/rte_power_empty_poll.h b/lib/power/rte_power_empty_poll.h index 43fb276077..f6306fdcdf 100644 --- a/lib/power/rte_power_empty_poll.h +++ b/lib/power/rte_power_empty_poll.h @@ -13,10 +13,7 @@ #include #include -#include -#include #include -#include #include #ifdef __cplusplus diff --git a/lib/power/rte_power_pmd_mgmt.c b/lib/power/rte_power_pmd_mgmt.c index a66e08e574..7f445479bb 100644 --- a/lib/power/rte_power_pmd_mgmt.c +++ b/lib/power/rte_power_pmd_mgmt.c @@ -4,10 +4,8 @@ #include #include -#include #include #include -#include #include "rte_power_pmd_mgmt.h" #include "power_common.h" diff --git a/lib/power/rte_power_pmd_mgmt.h b/lib/power/rte_power_pmd_mgmt.h index 789fbe0e4d..7ae6ef2d32 100644 --- a/lib/power/rte_power_pmd_mgmt.h +++ b/lib/power/rte_power_pmd_mgmt.h @@ -11,13 +11,9 @@ */ #include -#include -#include -#include #include #include -#include #ifdef __cplusplus extern "C" { -- 2.25.1