diff options
Diffstat (limited to 'sys/pccard/pccard.c')
-rw-r--r-- | sys/pccard/pccard.c | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/sys/pccard/pccard.c b/sys/pccard/pccard.c index 75846ad..96cd61f 100644 --- a/sys/pccard/pccard.c +++ b/sys/pccard/pccard.c @@ -29,27 +29,18 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include "crd.h" - #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> -#include <sys/errno.h> -#include <sys/file.h> +#include <sys/fcntl.h> #include <sys/proc.h> -#include <sys/ioctl.h> -#include <sys/syslog.h> #include <sys/malloc.h> #include <sys/conf.h> #ifdef DEVFS #include <sys/devfsext.h> #endif /*DEVFS*/ +#include <sys/uio.h> -#ifdef PC98 -#include <pc98/pc98/pc98.h> -#else -#include <i386/isa/isa.h> -#endif /* PC98 */ #include <i386/isa/isa_device.h> #include <i386/isa/icu.h> |