summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_pcpu.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2011-01-11 13:59:06 +0000
committerjhb <jhb@FreeBSD.org>2011-01-11 13:59:06 +0000
commitc17f46e472bd88fc74849f6d97d6338b9b4c77e6 (patch)
tree2345ebc93523b3705d622305170bec0f8dc91277 /sys/kern/subr_pcpu.c
parent0d0547f67ee28ee2413b6d135b59f4748985b213 (diff)
downloadFreeBSD-src-c17f46e472bd88fc74849f6d97d6338b9b4c77e6.zip
FreeBSD-src-c17f46e472bd88fc74849f6d97d6338b9b4c77e6.tar.gz
Remove unneeded includes of <sys/linker_set.h>. Other headers that use
it internally contain nested includes. Reviewed by: bde
Diffstat (limited to 'sys/kern/subr_pcpu.c')
-rw-r--r--sys/kern/subr_pcpu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/subr_pcpu.c b/sys/kern/subr_pcpu.c
index 24a12ea..de5cafc 100644
--- a/sys/kern/subr_pcpu.c
+++ b/sys/kern/subr_pcpu.c
@@ -53,7 +53,6 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/sysctl.h>
-#include <sys/linker_set.h>
#include <sys/lock.h>
#include <sys/malloc.h>
#include <sys/pcpu.h>
OpenPOWER on IntegriCloud