[v4,10/14] power: remove unneeded header includes
Checks
Commit Message
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 | 3 ---
lib/power/rte_power_pmd_mgmt.h | 4 ----
2 files changed, 7 deletions(-)
@@ -13,10 +13,7 @@
#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
@@ -11,13 +11,9 @@
*/
#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" {