These header includes have been flagged by the iwyu_tool and removed. Signed-off-by: Sean Morrissey <sean.morris...@intel.com> --- lib/timer/rte_timer.c | 3 --- lib/timer/rte_timer.h | 2 -- 2 files changed, 5 deletions(-)
diff --git a/lib/timer/rte_timer.c b/lib/timer/rte_timer.c index c51a393e5c..f52ccc33ed 100644 --- a/lib/timer/rte_timer.c +++ b/lib/timer/rte_timer.c @@ -5,12 +5,9 @@ #include <stdio.h> #include <stdint.h> #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> diff --git a/lib/timer/rte_timer.h b/lib/timer/rte_timer.h index 0f820555c0..503438a36b 100644 --- a/lib/timer/rte_timer.h +++ b/lib/timer/rte_timer.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 -- 2.25.1