diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-09-12 08:23:21 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-09-12 08:23:21 +0000 |
| commit | c4da3dcc646db1b5e910502bebb87f0fd843d7aa (patch) | |
| tree | e9278140a808912bb14ef417404c5cdea7a4711c | |
| parent | be3743d910c1bc11494e33f4da1508f92d79dfa0 (diff) | |
Notes
| -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> |
