From 369f41ad46df402995bdb9d0f3e2bf0534b3c81d Mon Sep 17 00:00:00 2001 From: bde Date: Wed, 6 Dec 1995 23:44:23 +0000 Subject: Removed unnecessary #includes of . Some of these were just to get the definitions of TRUE and FALSE which happen to be defined in a deeply nested include. Added nearby #includes of where appropriate. --- sys/i386/isa/aic6360.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/i386/isa/aic6360.c') diff --git a/sys/i386/isa/aic6360.c b/sys/i386/isa/aic6360.c index 09ebde8..e740bdd 100644 --- a/sys/i386/isa/aic6360.c +++ b/sys/i386/isa/aic6360.c @@ -31,7 +31,7 @@ */ /* - * $Id: aic6360.c,v 1.13 1995/11/04 17:07:05 bde Exp $ + * $Id: aic6360.c,v 1.14 1995/11/29 10:26:51 phk Exp $ * * Acknowledgements: Many of the algorithms used in this driver are * inspired by the work of Julian Elischer (julian@tfs.com) and @@ -127,7 +127,6 @@ #endif #include #include -#include #include #ifndef __FreeBSD__ #include -- cgit v1.1