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_tx.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ring_tx.h') diff --git a/ring_tx.h b/ring_tx.h index adfe2a4..ea99fc6 100644 --- a/ring_tx.h +++ b/ring_tx.h @@ -10,7 +10,6 @@ #include #include "ring.h" -#include "built_in.h" /* Give userland 10 us time to push packets to the ring */ #define TX_KERNEL_PULL_INT 10 -- cgit v1.2.3-54-g00ecf