diff options
Diffstat (limited to 'sys/kern/vfs_init.c')
-rw-r--r-- | sys/kern/vfs_init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/vfs_init.c b/sys/kern/vfs_init.c index bbec365..ce0ad37 100644 --- a/sys/kern/vfs_init.c +++ b/sys/kern/vfs_init.c @@ -47,7 +47,6 @@ #include <sys/sysctl.h> #include <sys/vnode.h> #include <sys/malloc.h> -#include <vm/vm_zone.h> MALLOC_DEFINE(M_VNODE, "vnodes", "Dynamically allocated vnodes"); |