diff options
author | jhb <jhb@FreeBSD.org> | 2001-05-15 23:22:29 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2001-05-15 23:22:29 +0000 |
commit | 3fbeaa9056adc7af337efcf7ebf534e29d448aa2 (patch) | |
tree | 007ef9d56246276143667bcd8356c5a36682d83e /sys/dev/rc | |
parent | 85db2f279b583b8aa9141ad2b99df4c36efff71d (diff) | |
download | FreeBSD-src-3fbeaa9056adc7af337efcf7ebf534e29d448aa2.zip FreeBSD-src-3fbeaa9056adc7af337efcf7ebf534e29d448aa2.tar.gz |
Remove unneeded includes of sys/ipl.h and machine/ipl.h.
Diffstat (limited to 'sys/dev/rc')
-rw-r--r-- | sys/dev/rc/rc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/rc/rc.c b/sys/dev/rc/rc.c index 15076fb..e4252e0 100644 --- a/sys/dev/rc/rc.c +++ b/sys/dev/rc/rc.c @@ -39,7 +39,6 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/ipl.h> #include <sys/kernel.h> #include <sys/tty.h> #include <sys/conf.h> @@ -47,7 +46,6 @@ #include <sys/fcntl.h> #include <sys/bus.h> #include <sys/interrupt.h> -#include <sys/ipl.h> #include <i386/isa/isa_device.h> |