Remove #include of <sys/disklabel.h> (and a few other unused #includes I

noticed while here).

Sponsored by:	DARPA & NAI Labs.
This commit is contained in:
Poul-Henning Kamp 2002-09-20 16:49:36 +00:00
parent cf09d67418
commit 90bf37e5e9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103691

View File

@ -39,17 +39,9 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/disklabel.h>
#if defined(__FreeBSD__) && __FreeBSD_version >= 500001
#include <sys/bio.h>
#endif
#include <sys/buf.h>
#include <sys/queue.h>
#include <sys/malloc.h>
#include <sys/errno.h>
#include <vm/vm.h>
#include <machine/bus.h>
#include <machine/bus_pio.h>
#include <machine/dvcfg.h>