]> git.droids-corp.org - dpdk.git/commitdiff
timer: remove unneeded header includes
authorSean Morrissey <sean.morrissey@intel.com>
Mon, 20 Jun 2022 10:40:29 +0000 (10:40 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 21 Jun 2022 14:46:57 +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/timer/rte_timer.c
lib/timer/rte_timer.h

index c51a393e5caf82726dfb990e75239ea68fa5c497..9994813d0d218f818da78e8a796cb5a7ae9c30de 100644 (file)
@@ -7,7 +7,6 @@
 #include <stdbool.h>
 #include <inttypes.h>
 #include <assert.h>
-#include <sys/queue.h>
 
 #include <rte_common.h>
 #include <rte_cycles.h>
index 0f820555c0ea855802ef95d27af0118fffeed29b..503438a36b05af8b22d36e5b6d3605cd274392e7 100644 (file)
@@ -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