diff options
-rw-r--r-- | dissector.h | 1 | ||||
-rw-r--r-- | locking.h | 2 | ||||
-rw-r--r-- | ring_rx.h | 1 | ||||
-rw-r--r-- | ring_tx.h | 1 |
4 files changed, 0 insertions, 5 deletions
diff --git a/dissector.h b/dissector.h index c6a22e6..e564697 100644 --- a/dissector.h +++ b/dissector.h @@ -15,7 +15,6 @@ #include "ring.h" #include "tprintf.h" -#include "built_in.h" #define PRINT_NORM 0 #define PRINT_LESS 1 @@ -3,8 +3,6 @@ #include <pthread.h> -#include "built_in.h" - struct spinlock { pthread_spinlock_t lock; }; @@ -10,7 +10,6 @@ #include <stdbool.h> #include "ring.h" -#include "built_in.h" extern void destroy_rx_ring(int sock, struct ring *ring); extern void create_rx_ring(int sock, struct ring *ring, int verbose); @@ -10,7 +10,6 @@ #include <stdbool.h> #include "ring.h" -#include "built_in.h" /* Give userland 10 us time to push packets to the ring */ #define TX_KERNEL_PULL_INT 10 |