summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsiconf.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-03-23 06:33:55 +0000
committerbde <bde@FreeBSD.org>1997-03-23 06:33:55 +0000
commit7803d65f32841a36de5eb3881a769e0fce68e007 (patch)
tree1864790293bee0fee62df9d7ebc3ad730b9837c7 /sys/scsi/scsiconf.c
parent2143997eab8b83736ded77efb242b7be7710f2f9 (diff)
downloadFreeBSD-src-7803d65f32841a36de5eb3881a769e0fce68e007.zip
FreeBSD-src-7803d65f32841a36de5eb3881a769e0fce68e007.tar.gz
Removed nested #includes of <scsi/scsi_debug.h> and <scsi/scsi_driver.h>
from <scsi/scsiconf.h> and fixed everything that depended on them.
Diffstat (limited to 'sys/scsi/scsiconf.c')
-rw-r--r--sys/scsi/scsiconf.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c
index 38941e6..c8af1a5 100644
--- a/sys/scsi/scsiconf.c
+++ b/sys/scsi/scsiconf.c
@@ -16,7 +16,7 @@
*
* New configuration setup: dufault@hda.com
*
- * $Id: scsiconf.c,v 1.80 1997/03/06 15:36:17 joerg Exp $
+ * $Id: scsiconf.c,v 1.81 1997/03/10 20:51:17 joerg Exp $
*/
#include "opt_scsi.h"
@@ -47,6 +47,8 @@
#include <scsi/scsi_all.h>
#include <scsi/scsiconf.h>
+#include <scsi/scsi_debug.h>
+#include <scsi/scsi_driver.h>
static struct extend_array *extend_new __P((void));
static void extend_release __P((struct extend_array *ea, int index));
OpenPOWER on IntegriCloud