diff options
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> |