summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/aic6360.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-06 23:44:23 +0000
committerbde <bde@FreeBSD.org>1995-12-06 23:44:23 +0000
commit369f41ad46df402995bdb9d0f3e2bf0534b3c81d (patch)
treee3036059bd6d58e16e7f515e25e247da3960b4d1 /sys/i386/isa/aic6360.c
parent63875293f27fe7fb41a40c649091ea2d9a17d96b (diff)
downloadFreeBSD-src-369f41ad46df402995bdb9d0f3e2bf0534b3c81d.zip
FreeBSD-src-369f41ad46df402995bdb9d0f3e2bf0534b3c81d.tar.gz
Removed unnecessary #includes of <sys/user.h>. 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 <sys/conf.h> where appropriate.
Diffstat (limited to 'sys/i386/isa/aic6360.c')
-rw-r--r--sys/i386/isa/aic6360.c3
1 files changed, 1 insertions, 2 deletions
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 <sys/buf.h>
#include <sys/proc.h>
-#include <sys/user.h>
#include <sys/queue.h>
#ifndef __FreeBSD__
#include <machine/pio.h>
OpenPOWER on IntegriCloud