diff options
author | phk <phk@FreeBSD.org> | 2000-04-30 18:52:11 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2000-04-30 18:52:11 +0000 |
commit | 10914aa708815b60d6cf92f058f34b8865d17ba2 (patch) | |
tree | 65046efab0f6012961266fc51d93b871d7ecccdf /sys/miscfs | |
parent | 519103d39378c862a7eed433bf8381b3673dac2c (diff) | |
download | FreeBSD-src-10914aa708815b60d6cf92f058f34b8865d17ba2.zip FreeBSD-src-10914aa708815b60d6cf92f058f34b8865d17ba2.tar.gz |
Remove unneeded #include <vm/vm_zone.h>
Generated by: src/tools/tools/kerninclude
Diffstat (limited to 'sys/miscfs')
-rw-r--r-- | sys/miscfs/nullfs/null_vfsops.c | 1 | ||||
-rw-r--r-- | sys/miscfs/umapfs/umap_vfsops.c | 1 | ||||
-rw-r--r-- | sys/miscfs/union/union_vfsops.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/sys/miscfs/nullfs/null_vfsops.c b/sys/miscfs/nullfs/null_vfsops.c index a865cce0..a793bc7 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"); diff --git a/sys/miscfs/umapfs/umap_vfsops.c b/sys/miscfs/umapfs/umap_vfsops.c index 207bb9c..ebf9ce4 100644 --- a/sys/miscfs/umapfs/umap_vfsops.c +++ b/sys/miscfs/umapfs/umap_vfsops.c @@ -52,7 +52,6 @@ #include <sys/namei.h> #include <sys/malloc.h> #include <miscfs/umapfs/umap.h> -#include <vm/vm_zone.h> static MALLOC_DEFINE(M_UMAPFSMNT, "UMAP mount", "UMAP mount structure"); diff --git a/sys/miscfs/union/union_vfsops.c b/sys/miscfs/union/union_vfsops.c index 8b58e55..57a4e98 100644 --- a/sys/miscfs/union/union_vfsops.c +++ b/sys/miscfs/union/union_vfsops.c @@ -52,7 +52,6 @@ #include <sys/malloc.h> #include <sys/filedesc.h> #include <miscfs/union/union.h> -#include <vm/vm_zone.h> static MALLOC_DEFINE(M_UNIONFSMNT, "UNION mount", "UNION mount structure"); |