diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2006-05-08 12:05:04 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2006-05-08 12:05:04 +0000 |
| commit | ecad9def1d0f10f6ca9deb9d587074d22463c8c4 (patch) | |
| tree | 69d9379bb9f640579d4fb5c29bbb9f8c646ff103 /sys/pc98 | |
| parent | 56c134bef1339c75e0807d0a6e708088fde878c3 (diff) | |
Notes
Diffstat (limited to 'sys/pc98')
| -rw-r--r-- | sys/pc98/cbus/fdc.c | 1 | ||||
| -rw-r--r-- | sys/pc98/cbus/syscons_cbus.c | 1 | ||||
| -rw-r--r-- | sys/pc98/pc98/machdep.c | 1 | ||||
| -rw-r--r-- | sys/pc98/pc98/pc98_machdep.c | 3 |
4 files changed, 0 insertions, 6 deletions
diff --git a/sys/pc98/cbus/fdc.c b/sys/pc98/cbus/fdc.c index 9fc1710d5128..b99a481b8a1b 100644 --- a/sys/pc98/cbus/fdc.c +++ b/sys/pc98/cbus/fdc.c @@ -78,7 +78,6 @@ #ifdef PC98 #include <isa/isavar.h> -#include <pc98/cbus/cbus.h> #include <pc98/cbus/fdcreg.h> #include <pc98/cbus/fdcvar.h> #include <pc98/pc98/pc98_machdep.h> diff --git a/sys/pc98/cbus/syscons_cbus.c b/sys/pc98/cbus/syscons_cbus.c index 7247f48c9a42..fabb2c3702ac 100644 --- a/sys/pc98/cbus/syscons_cbus.c +++ b/sys/pc98/cbus/syscons_cbus.c @@ -41,7 +41,6 @@ #include <machine/ppireg.h> #include <machine/timerreg.h> -#include <pc98/cbus/cbus.h> #include <pc98/pc98/pc98_machdep.h> #include <dev/syscons/syscons.h> diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c index 1a47ed8b55d8..f5e227c503b6 100644 --- a/sys/pc98/pc98/machdep.c +++ b/sys/pc98/pc98/machdep.c @@ -103,7 +103,6 @@ __FBSDID("$FreeBSD$"); #endif #include <pc98/pc98/pc98_machdep.h> -#include <pc98/cbus/cbus.h> #include <net/netisr.h> diff --git a/sys/pc98/pc98/pc98_machdep.c b/sys/pc98/pc98/pc98_machdep.c index 1da630f0046c..2f2dfebbe43d 100644 --- a/sys/pc98/pc98/pc98_machdep.c +++ b/sys/pc98/pc98/pc98_machdep.c @@ -38,9 +38,6 @@ #include <cam/cam.h> #include <cam/cam_ccb.h> -#ifdef EPSON_MEMWIN -#include <pc98/cbus/cbus.h> -#endif #include <pc98/pc98/pc98_machdep.h> /* |
