diff options
| author | Satoshi Asami <asami@FreeBSD.org> | 1996-09-07 02:14:47 +0000 |
|---|---|---|
| committer | Satoshi Asami <asami@FreeBSD.org> | 1996-09-07 02:14:47 +0000 |
| commit | c9da8434ea7a67b5fb23b39caaa12be87aea74b0 (patch) | |
| tree | 76c7c637f26dd9c707e9bc4cb86db9ba6765d078 /sys/pccard | |
| parent | f533eaf1c098c99805e70b8fb727bbbdfd0ade9e (diff) | |
Notes
Diffstat (limited to 'sys/pccard')
| -rw-r--r-- | sys/pccard/pccard.c | 4 | ||||
| -rw-r--r-- | sys/pccard/pcic.c | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/sys/pccard/pccard.c b/sys/pccard/pccard.c index 7cb4dae9f62d..18e5821eafd0 100644 --- a/sys/pccard/pccard.c +++ b/sys/pccard/pccard.c @@ -47,13 +47,11 @@ #ifdef PC98 #include <pc98/pc98/pc98.h> -#include <pc98/pc98/pc98_device.h> -#include <pc98/pc98/icu.h> #else #include <i386/isa/isa.h> +#endif /* PC98 */ #include <i386/isa/isa_device.h> #include <i386/isa/icu.h> -#endif /* PC98 */ #include "apm.h" #if NAPM > 0 diff --git a/sys/pccard/pcic.c b/sys/pccard/pcic.c index b047c8aeaa9a..959f00640868 100644 --- a/sys/pccard/pcic.c +++ b/sys/pccard/pcic.c @@ -57,13 +57,11 @@ #ifdef PC98 #include <pc98/pc98/pc98.h> -#include <pc98/pc98/pc98_device.h> -#include <pc98/pc98/icu.h> #else #include <i386/isa/isa.h> +#endif #include <i386/isa/isa_device.h> #include <i386/isa/icu.h> -#endif #include <pccard/i82365.h> #ifdef PC98 |
