[v3,17/18] timer: 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/timer/rte_timer.c | 2 --
lib/timer/rte_timer.h | 2 --
2 files changed, 4 deletions(-)
@@ -7,10 +7,8 @@
#include <stdbool.h>
#include <inttypes.h>
#include <assert.h>
-#include <sys/queue.h>
#include <rte_common.h>
-#include <rte_cycles.h>
#include <rte_eal_memconfig.h>
#include <rte_memory.h>
#include <rte_lcore.h>
@@ -36,9 +36,7 @@
#include <stdio.h>
#include <stdint.h>
-#include <stddef.h>
#include <rte_common.h>
-#include <rte_config.h>
#include <rte_spinlock.h>
#ifdef __cplusplus