summaryrefslogtreecommitdiffstats
path: root/sys/scsi/st.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-09-02 20:06:59 +0000
committerbde <bde@FreeBSD.org>1997-09-02 20:06:59 +0000
commit6ffb8bf9af1d6800f2c8b2595b03e7696ec1a850 (patch)
tree1ff3e4a9c7efcfa8a9360317bc9b4515c19b5a34 /sys/scsi/st.c
parentcdf6bbae178ebf6adb3929a379e8cbee571cef4f (diff)
downloadFreeBSD-src-6ffb8bf9af1d6800f2c8b2595b03e7696ec1a850.zip
FreeBSD-src-6ffb8bf9af1d6800f2c8b2595b03e7696ec1a850.tar.gz
Removed unused #includes.
Diffstat (limited to 'sys/scsi/st.c')
-rw-r--r--sys/scsi/st.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/scsi/st.c b/sys/scsi/st.c
index c00fe71..9f419e0 100644
--- a/sys/scsi/st.c
+++ b/sys/scsi/st.c
@@ -12,7 +12,7 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
- * $Id: st.c,v 1.78 1997/03/24 11:25:03 bde Exp $
+ * $Id: st.c,v 1.79 1997/08/23 21:05:32 steve Exp $
*/
/*
@@ -30,16 +30,12 @@
#include "opt_bounce.h"
#include "opt_scsi.h"
-#include <sys/types.h>
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/fcntl.h>
-#include <sys/errno.h>
#include <sys/malloc.h>
#include <sys/buf.h>
-#include <sys/proc.h>
#include <sys/mtio.h>
#include <sys/conf.h>
#include <sys/kernel.h>
@@ -47,7 +43,6 @@
#include <sys/devfsext.h>
#endif /*DEVFS*/
-#include <scsi/scsi_all.h>
#include <scsi/scsi_tape.h>
#include <scsi/scsiconf.h>
#include <scsi/scsi_debug.h>
OpenPOWER on IntegriCloud