diff options
author | peter <peter@FreeBSD.org> | 2001-01-29 08:33:55 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2001-01-29 08:33:55 +0000 |
commit | 3e603c759593ca223d142ba24fdd0f0e1bfbb7d3 (patch) | |
tree | 49699693cf7d4fcdad3e1e62a6bb405a9e0d7193 /sys | |
parent | b9d37e7440e20ab6e0cc935c30683187d707b3aa (diff) | |
download | FreeBSD-src-3e603c759593ca223d142ba24fdd0f0e1bfbb7d3.zip FreeBSD-src-3e603c759593ca223d142ba24fdd0f0e1bfbb7d3.tar.gz |
Remove stray #include "isa.h"
Diffstat (limited to 'sys')
-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> |