diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-09-20 17:59:09 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-09-20 17:59:09 +0000 |
| commit | f00e97684b95e87a4d1d482b3ad8179dc7a886d9 (patch) | |
| tree | a45b915ecb4f66999f8bec0c5ceedab0a5324b01 | |
| parent | d734859c2aa9aa85d79200c33dc3391d51503ff2 (diff) | |
Notes
| -rw-r--r-- | sys/amd64/amd64/autoconf.c | 2 | ||||
| -rw-r--r-- | sys/i386/i386/autoconf.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/sys/amd64/amd64/autoconf.c b/sys/amd64/amd64/autoconf.c index 85808d5b3ce9..d3a5aa813469 100644 --- a/sys/amd64/amd64/autoconf.c +++ b/sys/amd64/amd64/autoconf.c @@ -55,8 +55,6 @@ #include <sys/systm.h> #include <sys/bus.h> #include <sys/conf.h> -#include <sys/disklabel.h> -#include <sys/diskslice.h> #include <sys/reboot.h> #include <sys/kernel.h> #include <sys/malloc.h> diff --git a/sys/i386/i386/autoconf.c b/sys/i386/i386/autoconf.c index 85808d5b3ce9..d3a5aa813469 100644 --- a/sys/i386/i386/autoconf.c +++ b/sys/i386/i386/autoconf.c @@ -55,8 +55,6 @@ #include <sys/systm.h> #include <sys/bus.h> #include <sys/conf.h> -#include <sys/disklabel.h> -#include <sys/diskslice.h> #include <sys/reboot.h> #include <sys/kernel.h> #include <sys/malloc.h> |
