summaryrefslogtreecommitdiffstats
path: root/sys/scsi/ch.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-03-24 04:26:46 +0000
committerbde <bde@FreeBSD.org>1997-03-24 04:26:46 +0000
commitbf850fb228cb01b06307750a91fbc8c09cf475fd (patch)
tree92970b9a483784c332a6f5a13569c9cdf0bcf671 /sys/scsi/ch.c
parent2d01f2178c13fa4f0c64f6a8579d023ea6c249d5 (diff)
downloadFreeBSD-src-bf850fb228cb01b06307750a91fbc8c09cf475fd.zip
FreeBSD-src-bf850fb228cb01b06307750a91fbc8c09cf475fd.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. (Missed this one.)
Diffstat (limited to 'sys/scsi/ch.c')
-rw-r--r--sys/scsi/ch.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/scsi/ch.c b/sys/scsi/ch.c
index 87788c3..50bbb22 100644
--- a/sys/scsi/ch.c
+++ b/sys/scsi/ch.c
@@ -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"
OpenPOWER on IntegriCloud