diff options
author | John Baldwin <jhb@FreeBSD.org> | 2011-01-11 13:59:06 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2011-01-11 13:59:06 +0000 |
commit | 58ccf5b41c6baf98367501218fda6c511941d367 (patch) | |
tree | 2345ebc93523b3705d622305170bec0f8dc91277 /sys/kern/subr_lock.c | |
parent | cf80e937bba11b5fed985b044bd000a89436340d (diff) |
Remove unneeded includes of <sys/linker_set.h>. Other headers that use
it internally contain nested includes.
Reviewed by: bde
Notes
Notes:
svn path=/head/; revision=217265
Diffstat (limited to 'sys/kern/subr_lock.c')
-rw-r--r-- | sys/kern/subr_lock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/subr_lock.c b/sys/kern/subr_lock.c index 7d82126d5879..25c1965f47cc 100644 --- a/sys/kern/subr_lock.c +++ b/sys/kern/subr_lock.c @@ -42,7 +42,6 @@ __FBSDID("$FreeBSD$"); #include <sys/systm.h> #include <sys/kernel.h> #include <sys/ktr.h> -#include <sys/linker_set.h> #include <sys/lock.h> #include <sys/lock_profile.h> #include <sys/malloc.h> |