summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/uma_machdep.c
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2016-02-09 20:22:35 +0000
committerglebius <glebius@FreeBSD.org>2016-02-09 20:22:35 +0000
commitb3c4f0ddbf7454fa0fadf3225bb6b722d4fbbc4a (patch)
tree05807df471c00ec6999db5659bfc2da98df5d933 /sys/amd64/amd64/uma_machdep.c
parent6ea080df6a2f64367f886f1030ff47ed0d8f709f (diff)
downloadFreeBSD-src-b3c4f0ddbf7454fa0fadf3225bb6b722d4fbbc4a.zip
FreeBSD-src-b3c4f0ddbf7454fa0fadf3225bb6b722d4fbbc4a.tar.gz
Include sys/_task.h into uma_int.h, so that taskqueue.h isn't a
requirement for uma_int.h. Suggested by: jhb
Diffstat (limited to 'sys/amd64/amd64/uma_machdep.c')
-rw-r--r--sys/amd64/amd64/uma_machdep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/amd64/uma_machdep.c b/sys/amd64/amd64/uma_machdep.c
index fc343ca..db566ae 100644
--- a/sys/amd64/amd64/uma_machdep.c
+++ b/sys/amd64/amd64/uma_machdep.c
@@ -32,7 +32,6 @@ __FBSDID("$FreeBSD$");
#include <sys/malloc.h>
#include <sys/mutex.h>
#include <sys/systm.h>
-#include <sys/taskqueue.h>
#include <vm/vm.h>
#include <vm/vm_page.h>
#include <vm/vm_pageout.h>
OpenPOWER on IntegriCloud