power: remove unneeded header includes

These header includes have been flagged by the iwyu_tool
and removed.

Signed-off-by: Sean Morrissey <sean.morrissey@intel.com>
This commit is contained in:
Sean Morrissey 2022-06-20 10:40:26 +00:00 committed by Thomas Monjalon
parent 2518fcb67f
commit 887c29abbe
2 changed files with 0 additions and 7 deletions

View File

@ -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

View File

@ -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" {