summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_radix.c
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2013-02-15 15:34:19 +0000
committerattilio <attilio@FreeBSD.org>2013-02-15 15:34:19 +0000
commit757b9508040964f39cbef2b3f862833321538073 (patch)
treeb3ac8c8f35f7e040db11ceba795eb2dfc8d7f145 /sys/vm/vm_radix.c
parentdaa1f2caab4117208bfcf3a5092f64ea563b6e15 (diff)
downloadFreeBSD-src-757b9508040964f39cbef2b3f862833321538073.zip
FreeBSD-src-757b9508040964f39cbef2b3f862833321538073.tar.gz
Remove unused headers.
Diffstat (limited to 'sys/vm/vm_radix.c')
-rw-r--r--sys/vm/vm_radix.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/vm/vm_radix.c b/sys/vm/vm_radix.c
index 01ed0de..d7a6e1d 100644
--- a/sys/vm/vm_radix.c
+++ b/sys/vm/vm_radix.c
@@ -48,19 +48,13 @@
#include "opt_vm.h"
#include <sys/param.h>
-#include <sys/conf.h>
#include <sys/systm.h>
#include <sys/kernel.h>
-#include <sys/malloc.h>
-#include <sys/queue.h>
-#include <sys/lock.h>
-#include <sys/mutex.h>
#include <vm/uma.h>
#include <vm/vm.h>
#include <vm/vm_param.h>
#include <vm/vm_extern.h>
-#include <vm/vm_kern.h>
#include <vm/vm_page.h>
#include <vm/vm_radix.h>
OpenPOWER on IntegriCloud