From 20e19e3f79cdb8fb7ecf94197703a46d18e78015 Mon Sep 17 00:00:00 2001 From: jhb Date: Tue, 15 May 2001 23:16:18 +0000 Subject: Remove unneeded includes in the i386 case. --- sys/netgraph/ng_tty.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sys/netgraph/ng_tty.c') diff --git a/sys/netgraph/ng_tty.c b/sys/netgraph/ng_tty.c index f6e4e25..690892f 100644 --- a/sys/netgraph/ng_tty.c +++ b/sys/netgraph/ng_tty.c @@ -75,11 +75,6 @@ #include #include -#ifdef __i386__ /* fiddle with the spl locking */ -#include -#include -#endif - /* Misc defs */ #define MAX_MBUFQ 3 /* Max number of queued mbufs */ #define NGT_HIWATER 400 /* High water mark on output */ -- cgit v1.1