summaryrefslogtreecommitdiffstats
path: root/sys/scsi/st.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/st.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/st.c')
-rw-r--r--sys/scsi/st.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/scsi/st.c b/sys/scsi/st.c
index 988f7ab..7292672 100644
--- a/sys/scsi/st.c
+++ b/sys/scsi/st.c
@@ -12,7 +12,7 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
- * $Id$
+ * $Id: st.c,v 1.76 1997/02/22 09:44:39 peter Exp $
*/
/*
@@ -51,8 +51,8 @@
#include <scsi/scsi_all.h>
#include <scsi/scsi_tape.h>
#include <scsi/scsiconf.h>
-
-
+#include <scsi/scsi_debug.h>
+#include <scsi/scsi_driver.h>
/* Defines for device specific stuff */
#define PAGE_0_SENSE_DATA_SIZE 12
OpenPOWER on IntegriCloud