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/nfs | |
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/nfs')
-rw-r--r-- | sys/nfs/nfs_serv.c | 1 | ||||
-rw-r--r-- | sys/nfs/nfs_syscalls.c | 1 | ||||
-rw-r--r-- | sys/nfs/nfs_vnops.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/sys/nfs/nfs_serv.c b/sys/nfs/nfs_serv.c index 8e38202..6aad427 100644 --- a/sys/nfs/nfs_serv.c +++ b/sys/nfs/nfs_serv.c @@ -89,7 +89,6 @@ #include <vm/vm.h> #include <vm/vm_extern.h> -#include <vm/vm_zone.h> #include <vm/vm_object.h> #include <nfs/nfsproto.h> diff --git a/sys/nfs/nfs_syscalls.c b/sys/nfs/nfs_syscalls.c index 8d82a43..ead5b86 100644 --- a/sys/nfs/nfs_syscalls.c +++ b/sys/nfs/nfs_syscalls.c @@ -55,7 +55,6 @@ #include <sys/domain.h> #include <sys/protosw.h> #include <sys/namei.h> -#include <vm/vm_zone.h> #include <netinet/in.h> #include <netinet/tcp.h> diff --git a/sys/nfs/nfs_vnops.c b/sys/nfs/nfs_vnops.c index edb2cbc..27fe3c8 100644 --- a/sys/nfs/nfs_vnops.c +++ b/sys/nfs/nfs_vnops.c @@ -64,7 +64,6 @@ #include <vm/vm.h> #include <vm/vm_extern.h> -#include <vm/vm_zone.h> #include <miscfs/fifofs/fifo.h> |