summaryrefslogtreecommitdiff
path: root/sys/kern/subr_blist.c
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>2004-06-04 04:03:26 +0000
committerAlan Cox <alc@FreeBSD.org>2004-06-04 04:03:26 +0000
commit62326de7427cc9c3738c25416797660fb7026b9f (patch)
tree2d81df657ced60192e9660e00659dc4cedbba139 /sys/kern/subr_blist.c
parent1a74b99db7222cf76660e60bcbcc6cf4ee6aca25 (diff)
Notes
Diffstat (limited to 'sys/kern/subr_blist.c')
-rw-r--r--sys/kern/subr_blist.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/kern/subr_blist.c b/sys/kern/subr_blist.c
index e8193d203d3e..2c83499072de 100644
--- a/sys/kern/subr_blist.c
+++ b/sys/kern/subr_blist.c
@@ -96,11 +96,6 @@ __FBSDID("$FreeBSD$");
#include <sys/malloc.h>
#include <sys/proc.h>
#include <sys/mutex.h>
-#include <vm/vm.h>
-#include <vm/vm_object.h>
-#include <vm/vm_kern.h>
-#include <vm/vm_extern.h>
-#include <vm/vm_page.h>
#else