diff options
| -rw-r--r-- | sys/cam/scsi/scsi_ch.c | 1 | ||||
| -rw-r--r-- | sys/cam/scsi/scsi_pass.c | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/sys/cam/scsi/scsi_ch.c b/sys/cam/scsi/scsi_ch.c index fd681a65f24c..27d04e3655e7 100644 --- a/sys/cam/scsi/scsi_ch.c +++ b/sys/cam/scsi/scsi_ch.c @@ -73,7 +73,6 @@ #include <sys/systm.h> #include <sys/kernel.h> #include <sys/types.h> -#include <sys/dkbad.h> #include <sys/malloc.h> #include <sys/fcntl.h> #include <sys/stat.h> diff --git a/sys/cam/scsi/scsi_pass.c b/sys/cam/scsi/scsi_pass.c index 958e1664de18..95b22049f3e5 100644 --- a/sys/cam/scsi/scsi_pass.c +++ b/sys/cam/scsi/scsi_pass.c @@ -28,14 +28,10 @@ */ #include <sys/param.h> -#include <sys/queue.h> #include <sys/systm.h> #include <sys/kernel.h> #include <sys/types.h> #include <sys/buf.h> -#include <sys/dkbad.h> -#include <sys/disklabel.h> -#include <sys/diskslice.h> #include <sys/malloc.h> #include <sys/fcntl.h> #include <sys/stat.h> |
