diff options
author | phk <phk@FreeBSD.org> | 2003-04-16 21:09:41 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2003-04-16 21:09:41 +0000 |
commit | f946ac101075e1f9e524d40e1cccc51f674b7f5a (patch) | |
tree | 7e2e3b178c33a199ac01c174abbce80dc86a5e5b /sys/boot/ofw | |
parent | da8de4ae4133f48b36f3e8daa4890fe77d3f4642 (diff) | |
download | FreeBSD-src-f946ac101075e1f9e524d40e1cccc51f674b7f5a.zip FreeBSD-src-f946ac101075e1f9e524d40e1cccc51f674b7f5a.tar.gz |
Cut&Paste considered far too easy:
Don't include <sys/disklabel.h>
Diffstat (limited to 'sys/boot/ofw')
-rw-r--r-- | sys/boot/ofw/libofw/devicename.c | 1 | ||||
-rw-r--r-- | sys/boot/ofw/libofw/ofw_disk.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/boot/ofw/libofw/devicename.c b/sys/boot/ofw/libofw/devicename.c index 3cb93e5..14a6058 100644 --- a/sys/boot/ofw/libofw/devicename.c +++ b/sys/boot/ofw/libofw/devicename.c @@ -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 **); diff --git a/sys/boot/ofw/libofw/ofw_disk.c b/sys/boot/ofw/libofw/ofw_disk.c index c1d01ab..b6c3e6c 100644 --- a/sys/boot/ofw/libofw/ofw_disk.c +++ b/sys/boot/ofw/libofw/ofw_disk.c @@ -30,7 +30,6 @@ */ #include <sys/param.h> -#include <sys/disklabel.h> #include <netinet/in.h> |