From 9948329992e4de0cc838bb2d87eea6f389786519 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Tue, 22 Apr 2014 12:09:27 +0200 Subject: built_in: Remove unnecessary #include 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 --- ring_rx.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ring_rx.h') 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 #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); -- cgit v1.2.3-54-g00ecf