Cut&Paste considered far too easy:

Don't include <sys/disklabel.h>
This commit is contained in:
Poul-Henning Kamp 2003-04-16 21:09:41 +00:00
parent 69e7419512
commit f770d2d3dd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=113583
6 changed files with 0 additions and 6 deletions

View File

@ -33,7 +33,6 @@
#include <string.h>
#include <sys/param.h>
#include <sys/dirent.h>
#include <sys/disklabel.h>
#include <machine/prom.h>
#include <machine/rpb.h>

View File

@ -39,7 +39,6 @@
#include <stand.h>
#include <sys/disklabel.h>
#include <machine/stdarg.h>

View File

@ -28,7 +28,6 @@
#include <stand.h>
#include <string.h>
#include <sys/disklabel.h>
#include "bootstrap.h"
#include "libarc.h"

View File

@ -27,7 +27,6 @@
*/
#include <stand.h>
#include <sys/disklabel.h>
#include "libofw.h"
static int ofw_parsedev(struct ofw_devdesc **, const char *, const char **);

View File

@ -30,7 +30,6 @@
*/
#include <sys/param.h>
#include <sys/disklabel.h>
#include <netinet/in.h>

View File

@ -20,7 +20,6 @@
__FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/disklabel.h>
#include <sys/dirent.h>
#include <machine/elf.h>
#include <machine/stdarg.h>