diff options
Diffstat (limited to 'sys/miscfs/nullfs/null_vfsops.c')
| -rw-r--r-- | sys/miscfs/nullfs/null_vfsops.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/miscfs/nullfs/null_vfsops.c b/sys/miscfs/nullfs/null_vfsops.c index a865cce05300..a793bc73063a 100644 --- a/sys/miscfs/nullfs/null_vfsops.c +++ b/sys/miscfs/nullfs/null_vfsops.c @@ -53,7 +53,6 @@ #include <sys/mount.h> #include <sys/namei.h> #include <miscfs/nullfs/null.h> -#include <vm/vm_zone.h> static MALLOC_DEFINE(M_NULLFSMNT, "NULLFS mount", "NULLFS mount structure"); |
