summaryrefslogtreecommitdiffstats
path: root/sys/scsi/cd.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/cd.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/cd.c')
-rw-r--r--sys/scsi/cd.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/scsi/cd.c b/sys/scsi/cd.c
index 4da890a..ca5a311 100644
--- a/sys/scsi/cd.c
+++ b/sys/scsi/cd.c
@@ -14,7 +14,7 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
- * $Id: cd.c,v 1.78 1997/02/22 09:44:23 peter Exp $
+ * $Id: cd.c,v 1.79 1997/03/23 03:37:23 bde Exp $
*/
#include "opt_bounce.h"
@@ -46,6 +46,8 @@
#include <scsi/scsi_cd.h>
#include <scsi/scsi_disk.h> /* rw_big and start_stop come from there */
#include <scsi/scsiconf.h>
+#include <scsi/scsi_debug.h>
+#include <scsi/scsi_driver.h>
static errval cd_get_parms __P((int, int));
static u_int32_t cd_size __P((int unit, int flags));
OpenPOWER on IntegriCloud