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/subr_prof.c | |
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/subr_prof.c')
-rw-r--r-- | sys/kern/subr_prof.c | 1 |
1 files changed, 0 insertions, 1 deletions
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> |