From 9195bd1ec7d7d8d8239de6a1eb75124aa8307f1f Mon Sep 17 00:00:00 2001 From: bde Date: Sat, 2 Aug 1997 14:33:27 +0000 Subject: Removed unused #includes. --- sys/pci/ncr.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'sys/pci/ncr.c') diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c index 0891a05..09f3b6f 100644 --- a/sys/pci/ncr.c +++ b/sys/pci/ncr.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: ncr.c,v 1.101 1997/07/28 21:32:05 se Exp $ +** $Id: ncr.c,v 1.102 1997/07/29 21:50:04 se Exp $ ** ** Device driver for the NCR 53C810 PCI-SCSI-Controller. ** @@ -199,10 +199,8 @@ #endif #include -#include #include #include -#include #ifdef KERNEL #include @@ -217,7 +215,6 @@ #include #endif #include -#include #include #include #endif /* KERNEL */ @@ -235,7 +232,6 @@ #define DELAY(x) delay(x) #endif /* __NetBSD */ -#include #include @@ -1350,7 +1346,7 @@ static void ncr_attach (pcici_t tag, int unit); static char ident[] = - "\n$Id: ncr.c,v 1.101 1997/07/28 21:32:05 se Exp $\n"; + "\n$Id: ncr.c,v 1.102 1997/07/29 21:50:04 se Exp $\n"; static const u_long ncr_version = NCR_VERSION * 11 + (u_long) sizeof (struct ncb) * 7 -- cgit v1.1