Remove unneeded includes in the i386 case.

This commit is contained in:
John Baldwin 2001-05-15 23:16:18 +00:00
parent 74fc745594
commit f5d325c599

View File

@ -75,11 +75,6 @@
#include <netgraph/netgraph.h>
#include <netgraph/ng_tty.h>
#ifdef __i386__ /* fiddle with the spl locking */
#include <sys/bus.h>
#include <machine/ipl.h>
#endif
/* Misc defs */
#define MAX_MBUFQ 3 /* Max number of queued mbufs */
#define NGT_HIWATER 400 /* High water mark on output */