1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-06 13:09:50 +00:00

Removed unused includes (garbage left over/created by the SMPng megacommit).

This commit is contained in:
Bruce Evans 2000-09-26 17:48:55 +00:00
parent 72d5eef642
commit 1bcd237fec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66390

View File

@ -88,12 +88,6 @@
#include <sys/uio.h>
#include <sys/vnode.h>
#ifdef __i386__
#include <sys/bus.h>
#include <i386/isa/icu.h>
#include <i386/isa/intr_machdep.h>
#endif
#ifdef PPP_FILTER
#include <net/bpf.h>
#endif