diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2006-05-21 11:18:42 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2006-05-21 11:18:42 +0000 |
| commit | 55670f6677cafc00e2bf5ebf4f6b74c2d36d315c (patch) | |
| tree | 803b0ee48fa89465709a51f4d107e664df9be7e5 | |
| parent | 81baeb307bb3069388c683057bef55379087af88 (diff) | |
Notes
| -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 2650fe7e5fa7..d4104d17ff55 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 d2045c05a412..78e140cc92eb 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> /* |
