aboutsummaryrefslogtreecommitdiff
path: root/sys/scsi/sctarg.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-03-23 06:33:55 +0000
committerBruce Evans <bde@FreeBSD.org>1997-03-23 06:33:55 +0000
commit6617929964e4adf400de0e8344facadc825920ba (patch)
tree9d0e51b241b80ed9812b6d5a25458a939538d08b /sys/scsi/sctarg.c
parentdb0ac821f2f82a1064656f02826fe4a7a80a79a3 (diff)
downloadsrc-6617929964e4adf400de0e8344facadc825920ba.tar.gz
src-6617929964e4adf400de0e8344facadc825920ba.zip
Removed nested #includes of <scsi/scsi_debug.h> and <scsi/scsi_driver.h>
from <scsi/scsiconf.h> and fixed everything that depended on them.
Notes
Notes: svn path=/head/; revision=24136
Diffstat (limited to 'sys/scsi/sctarg.c')
-rw-r--r--sys/scsi/sctarg.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/scsi/sctarg.c b/sys/scsi/sctarg.c
index cc893ce46457..3015e2aa4502 100644
--- a/sys/scsi/sctarg.c
+++ b/sys/scsi/sctarg.c
@@ -37,7 +37,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: sctarg.c,v 1.19 1997/02/22 09:44:36 peter Exp $
*/
#include "opt_bounce.h"
@@ -54,7 +54,8 @@
#endif /*DEVFS*/
#include <scsi/scsi_all.h>
#include <scsi/scsiconf.h>
-
+#include <scsi/scsi_debug.h>
+#include <scsi/scsi_driver.h>
#define OPEN 0x01