diff options
author | Gleb Smirnoff <glebius@FreeBSD.org> | 2016-02-09 20:22:35 +0000 |
---|---|---|
committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2016-02-09 20:22:35 +0000 |
commit | b28cc462ad12534592d6a36eb4a50011ac1f9c88 (patch) | |
tree | 05807df471c00ec6999db5659bfc2da98df5d933 /sys/kern/kern_malloc.c | |
parent | 78b7ef01a8f5e5b0a290336e5ee9397094af9c5b (diff) |
Notes
Diffstat (limited to 'sys/kern/kern_malloc.c')
-rw-r--r-- | sys/kern/kern_malloc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/kern_malloc.c b/sys/kern/kern_malloc.c index f7c67f2d7610..e7c81d67e936 100644 --- a/sys/kern/kern_malloc.c +++ b/sys/kern/kern_malloc.c @@ -59,7 +59,6 @@ __FBSDID("$FreeBSD$"); #include <sys/proc.h> #include <sys/sbuf.h> #include <sys/sysctl.h> -#include <sys/taskqueue.h> #include <sys/time.h> #include <sys/vmem.h> |