summaryrefslogtreecommitdiff
path: root/ring_rx.h
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2014-04-22 12:09:27 +0200
committerTobias Klauser <tklauser@distanz.ch>2014-04-22 12:09:27 +0200
commit9948329992e4de0cc838bb2d87eea6f389786519 (patch)
tree64b3f06e9fa33a2d81ff1d62b333bf8564456caa /ring_rx.h
parentd711a09cad37a39a4aa67ae9ddf8e5fbff833d8e (diff)
built_in: Remove unnecessary #include <built_in.h> from several headers
These are not needed in the headers themselves and are pulled in in the .c file where necessary. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'ring_rx.h')
-rw-r--r--ring_rx.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ring_rx.h b/ring_rx.h
index 8bf439b..5057a30 100644
--- a/ring_rx.h
+++ b/ring_rx.h
@@ -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);