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

from <scsi/scsiconf.h> and fixed everything that depended on them.
(Missed this one.)
This commit is contained in:
Bruce Evans 1997-03-24 04:26:46 +00:00
parent 76cedae52d
commit a02b0b9694
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24173

View File

@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: ch.c,v 1.37 1997/03/06 15:36:14 joerg Exp $
* $Id: ch.c,v 1.38 1997/03/23 04:39:12 bde Exp $
*/
#include "opt_scsi.h"
@ -55,6 +55,7 @@
#include <scsi/scsi_all.h>
#include <scsi/scsi_changer.h>
#include <scsi/scsiconf.h>
#include <scsi/scsi_driver.h>
#include "ch.h"