Removed nested #includes of <scsi/scsi_debug.h> and <scsi/scsi_driver.h>

from <scsi/scsiconf.h> and fixed everything that depended on them.
This commit is contained in:
Bruce Evans 1997-03-23 06:26:47 +00:00
parent 14667a26c6
commit db0ac821f2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24135
3 changed files with 6 additions and 3 deletions

View File

@ -14,7 +14,7 @@
*
* commenced: Sun Sep 27 18:14:01 PDT 1992
*
* $Id$
* $Id: aha1742.c,v 1.57 1997/02/22 09:31:54 peter Exp $
*/
#include <sys/types.h>
@ -32,6 +32,7 @@
#include <scsi/scsi_all.h>
#include <scsi/scsiconf.h>
#include <scsi/scsi_debug.h>
#include <machine/clock.h>

View File

@ -12,7 +12,7 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
* $Id: aha1542.c,v 1.66 1997/02/22 09:35:52 peter Exp $
* $Id: aha1542.c,v 1.67 1997/03/23 04:39:26 bde Exp $
*/
/*
@ -42,6 +42,7 @@
#endif /* KERNEL */
#include <scsi/scsi_all.h>
#include <scsi/scsiconf.h>
#include <scsi/scsi_debug.h>
#ifdef KERNEL
#include <sys/kernel.h>

View File

@ -31,7 +31,7 @@
*/
/*
* $Id: aic6360.c,v 1.26 1997/02/22 09:35:55 peter Exp $
* $Id: aic6360.c,v 1.27 1997/03/23 04:39:35 bde Exp $
*
* Acknowledgements: Many of the algorithms used in this driver are
* inspired by the work of Julian Elischer (julian@tfs.com) and
@ -127,6 +127,7 @@
#include <sys/queue.h>
#include <scsi/scsi_all.h>
#include <scsi/scsiconf.h>
#include <scsi/scsi_debug.h>
#include <machine/clock.h>
#include <i386/isa/isa_device.h>