diff options
author | imp <imp@FreeBSD.org> | 1999-10-11 19:05:21 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 1999-10-11 19:05:21 +0000 |
commit | 883ff994af55b2ca0bb330b4d79b8f3c6b9285a3 (patch) | |
tree | 2193f43f5c4b2922364d10c47bd74fce30c65167 /sys/dev/aha | |
parent | 741f7789b89b03e37b41ae6fcb9fe77a0e0790e6 (diff) | |
download | FreeBSD-src-883ff994af55b2ca0bb330b4d79b8f3c6b9285a3.zip FreeBSD-src-883ff994af55b2ca0bb330b4d79b8f3c6b9285a3.tar.gz |
Kill unused includes
Diffstat (limited to 'sys/dev/aha')
-rw-r--r-- | sys/dev/aha/aha.c | 1 | ||||
-rw-r--r-- | sys/dev/aha/aha_isa.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/aha/aha.c b/sys/dev/aha/aha.c index 223e12b..6b15268 100644 --- a/sys/dev/aha/aha.c +++ b/sys/dev/aha/aha.c @@ -63,7 +63,6 @@ #include <sys/malloc.h> #include <sys/buf.h> #include <sys/kernel.h> -#include <sys/sysctl.h> #include <machine/bus_pio.h> #include <machine/bus.h> diff --git a/sys/dev/aha/aha_isa.c b/sys/dev/aha/aha_isa.c index d74d17e..cb55409 100644 --- a/sys/dev/aha/aha_isa.c +++ b/sys/dev/aha/aha_isa.c @@ -42,7 +42,6 @@ #include <sys/bus.h> #include <sys/rman.h> -#include <isa/isareg.h> #include <isa/isavar.h> #include <dev/aha/ahareg.h> |