]> git.droids-corp.org - dpdk.git/commitdiff
power: remove unneeded header includes
authorSean Morrissey <sean.morrissey@intel.com>
Mon, 20 Jun 2022 10:40:26 +0000 (10:40 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 21 Jun 2022 14:46:56 +0000 (16:46 +0200)
These header includes have been flagged by the iwyu_tool
and removed.

Signed-off-by: Sean Morrissey <sean.morrissey@intel.com>
lib/power/rte_power_empty_poll.h
lib/power/rte_power_pmd_mgmt.h

index 43fb276077c9c0cd3bbb275b3e88610dab8b66dc..f6306fdcdff85e80ae22a088064662c2572e22ad 100644 (file)
 #include <stdbool.h>
 
 #include <rte_common.h>
-#include <rte_byteorder.h>
-#include <rte_log.h>
 #include <rte_string_fns.h>
-#include <rte_power.h>
 #include <rte_timer.h>
 
 #ifdef __cplusplus
index 789fbe0e4df3fa6a104d6cc5b5825f166223ea60..7ae6ef2d32dbc39524b01549bea5bca29511038f 100644 (file)
  */
 
 #include <stdint.h>
-#include <stdbool.h>
 
-#include <rte_common.h>
-#include <rte_byteorder.h>
 #include <rte_log.h>
 #include <rte_power.h>
-#include <rte_atomic.h>
 
 #ifdef __cplusplus
 extern "C" {