Remove the inclusion of device.h. It's no longer there.

This commit is contained in:
Nick Hibma 1999-10-06 07:45:30 +00:00
parent 07d6a0622c
commit 03026827d2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51960
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,7 @@
set -e
# $FreeBSD$
# Build a list of headers that have ioctls in them.
# XXX should we use an ANSI cpp?
# XXX netipx conflicts with netns (leave out netns).
@ -19,7 +21,6 @@ BEGIN {
print "/* XXX obnoxious prerequisites. */"
print "#define COMPAT_43"
print "#include <sys/param.h>"
print "#include <sys/device.h>"
print "#include <sys/devicestat.h>"
print "#include <sys/disklabel.h>"
print "#include <sys/dkbad.h>"

View File

@ -46,7 +46,6 @@ static const char rcsid[] =
#include <sys/param.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
#include <sys/device.h>
#include <sys/tty.h>
#include <machine/si.h>