diff options
Diffstat (limited to 'sys/cam')
-rw-r--r-- | sys/cam/scsi/scsi_ch.c | 1 | ||||
-rw-r--r-- | sys/cam/scsi/scsi_ses.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/cam/scsi/scsi_ch.c b/sys/cam/scsi/scsi_ch.c index 42b0694..b51163b 100644 --- a/sys/cam/scsi/scsi_ch.c +++ b/sys/cam/scsi/scsi_ch.c @@ -77,7 +77,6 @@ #include <sys/fcntl.h> #include <sys/stat.h> #include <sys/conf.h> -#include <sys/buf.h> #include <sys/chio.h> #include <sys/errno.h> #include <sys/devicestat.h> diff --git a/sys/cam/scsi/scsi_ses.c b/sys/cam/scsi/scsi_ses.c index 913f35c..bf57059 100644 --- a/sys/cam/scsi/scsi_ses.c +++ b/sys/cam/scsi/scsi_ses.c @@ -34,7 +34,6 @@ #include <sys/fcntl.h> #include <sys/stat.h> #include <sys/conf.h> -#include <sys/buf.h> #include <sys/errno.h> #include <sys/devicestat.h> #include <machine/stdarg.h> |