diff options
-rw-r--r-- | sys/amd64/amd64/bios.c | 2 | ||||
-rw-r--r-- | sys/i386/i386/bios.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/sys/amd64/amd64/bios.c b/sys/amd64/amd64/bios.c index e90de29..cd90488 100644 --- a/sys/amd64/amd64/bios.c +++ b/sys/amd64/amd64/bios.c @@ -31,8 +31,6 @@ * Code for dealing with the BIOS in x86 PC systems. */ -#include "isa.h" - #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/i386/i386/bios.c b/sys/i386/i386/bios.c index e90de29..cd90488 100644 --- a/sys/i386/i386/bios.c +++ b/sys/i386/i386/bios.c @@ -31,8 +31,6 @@ * Code for dealing with the BIOS in x86 PC systems. */ -#include "isa.h" - #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> |