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/kern | |
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/kern')
-rw-r--r-- | sys/kern/kern_clock.c | 1 | ||||
-rw-r--r-- | sys/kern/kern_intr.c | 1 | ||||
-rw-r--r-- | sys/kern/subr_prof.c | 1 | ||||
-rw-r--r-- | sys/kern/subr_trap.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/sys/kern/kern_clock.c b/sys/kern/kern_clock.c index dca9a46..dc5012d 100644 --- a/sys/kern/kern_clock.c +++ b/sys/kern/kern_clock.c @@ -45,7 +45,6 @@ #include <sys/systm.h> #include <sys/dkstat.h> #include <sys/callout.h> -#include <sys/ipl.h> #include <sys/kernel.h> #include <sys/lock.h> #include <sys/mutex.h> diff --git a/sys/kern/kern_intr.c b/sys/kern/kern_intr.c index 70848f6..f8f6c1a 100644 --- a/sys/kern/kern_intr.c +++ b/sys/kern/kern_intr.c @@ -32,7 +32,6 @@ #include <sys/bus.h> #include <sys/rtprio.h> #include <sys/systm.h> -#include <sys/ipl.h> #include <sys/interrupt.h> #include <sys/kernel.h> #include <sys/kthread.h> diff --git a/sys/kern/subr_prof.c b/sys/kern/subr_prof.c index ff8317e..d97b452 100644 --- a/sys/kern/subr_prof.c +++ b/sys/kern/subr_prof.c @@ -37,7 +37,6 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/sysproto.h> -#include <sys/ipl.h> #include <sys/kernel.h> #include <sys/lock.h> #include <sys/mutex.h> diff --git a/sys/kern/subr_trap.c b/sys/kern/subr_trap.c index 5ff51fd..af7bfc1 100644 --- a/sys/kern/subr_trap.c +++ b/sys/kern/subr_trap.c @@ -55,7 +55,6 @@ #include <sys/systm.h> #include <sys/proc.h> #include <sys/pioctl.h> -#include <sys/ipl.h> #include <sys/kernel.h> #include <sys/ktr.h> #include <sys/mutex.h> |