diff options
65 files changed, 0 insertions, 65 deletions
diff --git a/sys/coda/coda_vfsops.c b/sys/coda/coda_vfsops.c index c9e7d59092f5..8fa46ffe0f5f 100644 --- a/sys/coda/coda_vfsops.c +++ b/sys/coda/coda_vfsops.c @@ -56,7 +56,6 @@ #include <sys/mount.h> #include <sys/select.h> -#include <vm/vm_zone.h> #include <coda/coda.h> #include <coda/cnode.h> diff --git a/sys/coda/coda_vnops.c b/sys/coda/coda_vnops.c index 761ebcc6a971..eda078d938e4 100644 --- a/sys/coda/coda_vnops.c +++ b/sys/coda/coda_vnops.c @@ -63,7 +63,6 @@ #include <vm/vm.h> #include <vm/vm_object.h> #include <vm/vm_extern.h> -#include <vm/vm_zone.h> #include <coda/coda.h> #include <coda/cnode.h> diff --git a/sys/compat/linux/linux_misc.c b/sys/compat/linux/linux_misc.c index 1b2dd31988ad..bb043e47b4e7 100644 --- a/sys/compat/linux/linux_misc.c +++ b/sys/compat/linux/linux_misc.c @@ -54,7 +54,6 @@ #include <vm/vm_kern.h> #include <vm/vm_map.h> #include <vm/vm_extern.h> -#include <vm/vm_zone.h> #include <machine/frame.h> #include <machine/psl.h> diff --git a/sys/compat/linux/linux_stats.c b/sys/compat/linux/linux_stats.c index 501ef15e5401..566a618e0494 100644 --- a/sys/compat/linux/linux_stats.c +++ b/sys/compat/linux/linux_stats.c @@ -44,7 +44,6 @@ #include <i386/linux/linux_proto.h> #include <i386/linux/linux_util.h> -#include <vm/vm_zone.h> struct linux_newstat { u_short stat_dev; diff --git a/sys/compat/linux/linux_util.c b/sys/compat/linux/linux_util.c index 0864ae7caac8..8faf35e3d80e 100644 --- a/sys/compat/linux/linux_util.c +++ b/sys/compat/linux/linux_util.c @@ -39,7 +39,6 @@ #include <i386/linux/linux_util.h> -#include <vm/vm_zone.h> const char linux_emul_path[] = "/compat/linux"; diff --git a/sys/compat/svr4/svr4_misc.c b/sys/compat/svr4/svr4_misc.c index 63990498c702..d06d4fc203c5 100644 --- a/sys/compat/svr4/svr4_misc.c +++ b/sys/compat/svr4/svr4_misc.c @@ -59,7 +59,6 @@ #include <sys/sem.h> #include <sys/msg.h> #include <sys/ptrace.h> -#include <vm/vm_zone.h> #include <sys/sysproto.h> diff --git a/sys/compat/svr4/svr4_sysvec.c b/sys/compat/svr4/svr4_sysvec.c index 9de253c1bd04..180bea12373d 100644 --- a/sys/compat/svr4/svr4_sysvec.c +++ b/sys/compat/svr4/svr4_sysvec.c @@ -49,7 +49,6 @@ #include <sys/vnode.h> #include <sys/module.h> #include <vm/vm.h> -#include <vm/vm_zone.h> #include <sys/exec.h> #include <sys/kernel.h> #include <machine/cpu.h> diff --git a/sys/dev/ccd/ccd.c b/sys/dev/ccd/ccd.c index 92f8b61f41ff..2e1fc9a825a5 100644 --- a/sys/dev/ccd/ccd.c +++ b/sys/dev/ccd/ccd.c @@ -108,7 +108,6 @@ #include <sys/ccdvar.h> -#include <vm/vm_zone.h> #if defined(CCDDEBUG) && !defined(DEBUG) #define DEBUG diff --git a/sys/dev/vn/vn.c b/sys/dev/vn/vn.c index ae2bd3d57ac2..0ce3c0514822 100644 --- a/sys/dev/vn/vn.c +++ b/sys/dev/vn/vn.c @@ -85,7 +85,6 @@ #include <vm/vm_pageout.h> #include <vm/swap_pager.h> #include <vm/vm_extern.h> -#include <vm/vm_zone.h> static d_ioctl_t vnioctl; static d_open_t vnopen; diff --git a/sys/fs/cd9660/cd9660_vfsops.c b/sys/fs/cd9660/cd9660_vfsops.c index 955cc2f4019d..6ec00f605d93 100644 --- a/sys/fs/cd9660/cd9660_vfsops.c +++ b/sys/fs/cd9660/cd9660_vfsops.c @@ -54,7 +54,6 @@ #include <sys/stat.h> #include <sys/syslog.h> -#include <vm/vm_zone.h> #include <isofs/cd9660/iso.h> #include <isofs/cd9660/iso_rrip.h> diff --git a/sys/fs/coda/coda_vfsops.c b/sys/fs/coda/coda_vfsops.c index c9e7d59092f5..8fa46ffe0f5f 100644 --- a/sys/fs/coda/coda_vfsops.c +++ b/sys/fs/coda/coda_vfsops.c @@ -56,7 +56,6 @@ #include <sys/mount.h> #include <sys/select.h> -#include <vm/vm_zone.h> #include <coda/coda.h> #include <coda/cnode.h> diff --git a/sys/fs/coda/coda_vnops.c b/sys/fs/coda/coda_vnops.c index 761ebcc6a971..eda078d938e4 100644 --- a/sys/fs/coda/coda_vnops.c +++ b/sys/fs/coda/coda_vnops.c @@ -63,7 +63,6 @@ #include <vm/vm.h> #include <vm/vm_object.h> #include <vm/vm_extern.h> -#include <vm/vm_zone.h> #include <coda/coda.h> #include <coda/cnode.h> diff --git a/sys/fs/msdosfs/msdosfs_vfsops.c b/sys/fs/msdosfs/msdosfs_vfsops.c index d5754f271454..c090e61cd588 100644 --- a/sys/fs/msdosfs/msdosfs_vfsops.c +++ b/sys/fs/msdosfs/msdosfs_vfsops.c @@ -60,7 +60,6 @@ #include <sys/fcntl.h> #include <sys/malloc.h> #include <sys/stat.h> /* defines ALLPERMS */ -#include <vm/vm_zone.h> #include <msdosfs/bpb.h> #include <msdosfs/bootsect.h> diff --git a/sys/fs/msdosfs/msdosfs_vnops.c b/sys/fs/msdosfs/msdosfs_vnops.c index 241804407a20..6209f662ba54 100644 --- a/sys/fs/msdosfs/msdosfs_vnops.c +++ b/sys/fs/msdosfs/msdosfs_vnops.c @@ -65,7 +65,6 @@ #include <vm/vm.h> #include <vm/vm_extern.h> -#include <vm/vm_zone.h> #include <vm/vnode_pager.h> #include <msdosfs/bpb.h> diff --git a/sys/fs/ntfs/ntfs_vfsops.c b/sys/fs/ntfs/ntfs_vfsops.c index 089c6ebf23a6..ea58a6c10d04 100644 --- a/sys/fs/ntfs/ntfs_vfsops.c +++ b/sys/fs/ntfs/ntfs_vfsops.c @@ -53,7 +53,6 @@ #include <vm/vm_page.h> #include <vm/vm_object.h> #include <vm/vm_extern.h> -#include <vm/vm_zone.h> #if defined(__NetBSD__) #include <miscfs/specfs/specdev.h> diff --git a/sys/fs/nullfs/null_vfsops.c b/sys/fs/nullfs/null_vfsops.c index a865cce05300..a793bc73063a 100644 --- a/sys/fs/nullfs/null_vfsops.c +++ b/sys/fs/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/fs/nwfs/nwfs_vnops.c b/sys/fs/nwfs/nwfs_vnops.c index c8e8b670b760..0d6a20539cc3 100644 --- a/sys/fs/nwfs/nwfs_vnops.c +++ b/sys/fs/nwfs/nwfs_vnops.c @@ -44,7 +44,6 @@ #include <vm/vm.h> #include <vm/vm_extern.h> -#include <vm/vm_zone.h> #include <netncp/ncp.h> #include <netncp/ncp_conn.h> diff --git a/sys/fs/umapfs/umap_vfsops.c b/sys/fs/umapfs/umap_vfsops.c index 207bb9cb3e41..ebf9ce44d576 100644 --- a/sys/fs/umapfs/umap_vfsops.c +++ b/sys/fs/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/fs/unionfs/union_vfsops.c b/sys/fs/unionfs/union_vfsops.c index 8b58e55b17ca..57a4e98d2e18 100644 --- a/sys/fs/unionfs/union_vfsops.c +++ b/sys/fs/unionfs/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"); diff --git a/sys/geom/geom_ccd.c b/sys/geom/geom_ccd.c index 92f8b61f41ff..2e1fc9a825a5 100644 --- a/sys/geom/geom_ccd.c +++ b/sys/geom/geom_ccd.c @@ -108,7 +108,6 @@ #include <sys/ccdvar.h> -#include <vm/vm_zone.h> #if defined(CCDDEBUG) && !defined(DEBUG) #define DEBUG diff --git a/sys/gnu/ext2fs/ext2_vfsops.c b/sys/gnu/ext2fs/ext2_vfsops.c index 111fb3574641..3602c51070c6 100644 --- a/sys/gnu/ext2fs/ext2_vfsops.c +++ b/sys/gnu/ext2fs/ext2_vfsops.c @@ -62,7 +62,6 @@ #include <ufs/ufs/inode.h> #include <ufs/ufs/ufs_extern.h> -#include <vm/vm_zone.h> #include <gnu/ext2fs/fs.h> #include <gnu/ext2fs/ext2_extern.h> diff --git a/sys/gnu/ext2fs/ext2_vnops.c b/sys/gnu/ext2fs/ext2_vnops.c index d17778018232..7b688f3bb88a 100644 --- a/sys/gnu/ext2fs/ext2_vnops.c +++ b/sys/gnu/ext2fs/ext2_vnops.c @@ -63,7 +63,6 @@ #include <vm/vm.h> #include <vm/vm_extern.h> -#include <vm/vm_zone.h> #include <vm/vnode_pager.h> #include <sys/signalvar.h> diff --git a/sys/gnu/fs/ext2fs/ext2_vfsops.c b/sys/gnu/fs/ext2fs/ext2_vfsops.c index 111fb3574641..3602c51070c6 100644 --- a/sys/gnu/fs/ext2fs/ext2_vfsops.c +++ b/sys/gnu/fs/ext2fs/ext2_vfsops.c @@ -62,7 +62,6 @@ #include <ufs/ufs/inode.h> #include <ufs/ufs/ufs_extern.h> -#include <vm/vm_zone.h> #include <gnu/ext2fs/fs.h> #include <gnu/ext2fs/ext2_extern.h> diff --git a/sys/gnu/fs/ext2fs/ext2_vnops.c b/sys/gnu/fs/ext2fs/ext2_vnops.c index d17778018232..7b688f3bb88a 100644 --- a/sys/gnu/fs/ext2fs/ext2_vnops.c +++ b/sys/gnu/fs/ext2fs/ext2_vnops.c @@ -63,7 +63,6 @@ #include <vm/vm.h> #include <vm/vm_extern.h> -#include <vm/vm_zone.h> #include <vm/vnode_pager.h> #include <sys/signalvar.h> diff --git a/sys/i386/ibcs2/ibcs2_stat.c b/sys/i386/ibcs2/ibcs2_stat.c index 863e6e0b7d99..824118f49172 100644 --- a/sys/i386/ibcs2/ibcs2_stat.c +++ b/sys/i386/ibcs2/ibcs2_stat.c @@ -47,7 +47,6 @@ #include <i386/ibcs2/ibcs2_util.h> #include <i386/ibcs2/ibcs2_utsname.h> -#include <vm/vm_zone.h> static void bsd_stat2ibcs_stat __P((struct stat *, struct ibcs2_stat *)); static int cvt_statfs __P((struct statfs *, caddr_t, int)); diff --git a/sys/i386/ibcs2/ibcs2_util.c b/sys/i386/ibcs2/ibcs2_util.c index e90b3d9c39b2..0a361fd39f30 100644 --- a/sys/i386/ibcs2/ibcs2_util.c +++ b/sys/i386/ibcs2/ibcs2_util.c @@ -38,7 +38,6 @@ #include <i386/ibcs2/ibcs2_util.h> -#include <vm/vm_zone.h> const char ibcs2_emul_path[] = "/compat/ibcs2"; diff --git a/sys/i386/ibcs2/ibcs2_xenix.c b/sys/i386/ibcs2/ibcs2_xenix.c index bf77113000c8..0cab2fbdd6b1 100644 --- a/sys/i386/ibcs2/ibcs2_xenix.c +++ b/sys/i386/ibcs2/ibcs2_xenix.c @@ -49,7 +49,6 @@ #include <i386/ibcs2/ibcs2_xenix.h> #include <i386/ibcs2/ibcs2_xenix_syscall.h> -#include <vm/vm_zone.h> extern struct sysent xenix_sysent[]; diff --git a/sys/i386/ibcs2/imgact_coff.c b/sys/i386/ibcs2/imgact_coff.c index 6494ce973553..16dbd6e47ec0 100644 --- a/sys/i386/ibcs2/imgact_coff.c +++ b/sys/i386/ibcs2/imgact_coff.c @@ -45,7 +45,6 @@ #include <vm/vm_map.h> #include <vm/vm_kern.h> #include <vm/vm_extern.h> -#include <vm/vm_zone.h> #include <i386/ibcs2/coff.h> #include <i386/ibcs2/ibcs2_util.h> diff --git a/sys/i386/linux/linux_misc.c b/sys/i386/linux/linux_misc.c index 1b2dd31988ad..bb043e47b4e7 100644 --- a/sys/i386/linux/linux_misc.c +++ b/sys/i386/linux/linux_misc.c @@ -54,7 +54,6 @@ #include <vm/vm_kern.h> #include <vm/vm_map.h> #include <vm/vm_extern.h> -#include <vm/vm_zone.h> #include <machine/frame.h> #include <machine/psl.h> diff --git a/sys/i386/linux/linux_stats.c b/sys/i386/linux/linux_stats.c index 501ef15e5401..566a618e0494 100644 --- a/sys/i386/linux/linux_stats.c +++ b/sys/i386/linux/linux_stats.c @@ -44,7 +44,6 @@ #include <i386/linux/linux_proto.h> #include <i386/linux/linux_util.h> -#include <vm/vm_zone.h> struct linux_newstat { u_short stat_dev; diff --git a/sys/i386/linux/linux_util.c b/sys/i386/linux/linux_util.c index 0864ae7caac8..8faf35e3d80e 100644 --- a/sys/i386/linux/linux_util.c +++ b/sys/i386/linux/linux_util.c @@ -39,7 +39,6 @@ #include <i386/linux/linux_util.h> -#include <vm/vm_zone.h> const char linux_emul_path[] = "/compat/linux"; diff --git a/sys/isofs/cd9660/cd9660_vfsops.c b/sys/isofs/cd9660/cd9660_vfsops.c index 955cc2f4019d..6ec00f605d93 100644 --- a/sys/isofs/cd9660/cd9660_vfsops.c +++ b/sys/isofs/cd9660/cd9660_vfsops.c @@ -54,7 +54,6 @@ #include <sys/stat.h> #include <sys/syslog.h> -#include <vm/vm_zone.h> #include <isofs/cd9660/iso.h> #include <isofs/cd9660/iso_rrip.h> diff --git a/sys/kern/imgact_elf.c b/sys/kern/imgact_elf.c index 8fe336229235..cf8267e534c1 100644 --- a/sys/kern/imgact_elf.c +++ b/sys/kern/imgact_elf.c @@ -60,7 +60,6 @@ #include <vm/vm_map.h> #include <vm/vm_object.h> #include <vm/vm_extern.h> -#include <vm/vm_zone.h> #include <machine/elf.h> #include <machine/md_var.h> diff --git a/sys/kern/kern_acct.c b/sys/kern/kern_acct.c index 6f0cfb5226fa..8c688dc349d3 100644 --- a/sys/kern/kern_acct.c +++ b/sys/kern/kern_acct.c @@ -56,7 +56,6 @@ #include <sys/resourcevar.h> #include <sys/tty.h> -#include <vm/vm_zone.h> /* * The routines implemented in this file are described in: diff --git a/sys/kern/kern_acl.c b/sys/kern/kern_acl.c index bd4a52f52def..882d47b5fece 100644 --- a/sys/kern/kern_acl.c +++ b/sys/kern/kern_acl.c @@ -45,7 +45,6 @@ #include <sys/errno.h> #include <sys/stat.h> #include <sys/acl.h> -#include <vm/vm_zone.h> static MALLOC_DEFINE(M_ACL, "acl", "access control list"); diff --git a/sys/kern/kern_exec.c b/sys/kern/kern_exec.c index 41a20dfef5ef..6a65f31e9722 100644 --- a/sys/kern/kern_exec.c +++ b/sys/kern/kern_exec.c @@ -57,7 +57,6 @@ #include <vm/vm_kern.h> #include <vm/vm_extern.h> #include <vm/vm_object.h> -#include <vm/vm_zone.h> #include <vm/vm_pager.h> #include <machine/reg.h> diff --git a/sys/kern/kern_ktrace.c b/sys/kern/kern_ktrace.c index 825827126ed5..1ca4e34fe7a2 100644 --- a/sys/kern/kern_ktrace.c +++ b/sys/kern/kern_ktrace.c @@ -49,7 +49,6 @@ #include <sys/malloc.h> #include <sys/syslog.h> -#include <vm/vm_zone.h> #include <stddef.h> diff --git a/sys/kern/kern_linker.c b/sys/kern/kern_linker.c index 7fc8a2f44590..bb764f4c0c62 100644 --- a/sys/kern/kern_linker.c +++ b/sys/kern/kern_linker.c @@ -44,7 +44,6 @@ #include <sys/vnode.h> #include <sys/sysctl.h> -#include <vm/vm_zone.h> #include "linker_if.h" diff --git a/sys/kern/kern_sig.c b/sys/kern/kern_sig.c index 52136d6ecb73..7702aba5846d 100644 --- a/sys/kern/kern_sig.c +++ b/sys/kern/kern_sig.c @@ -63,7 +63,6 @@ #include <sys/sysctl.h> #include <sys/malloc.h> -#include <vm/vm_zone.h> #include <machine/ipl.h> #include <machine/cpu.h> diff --git a/sys/kern/link_aout.c b/sys/kern/link_aout.c index 652b619a8b7f..8dd4efac3b91 100644 --- a/sys/kern/link_aout.c +++ b/sys/kern/link_aout.c @@ -40,7 +40,6 @@ #include <sys/vnode.h> #include <sys/linker.h> -#include <vm/vm_zone.h> #include "linker_if.h" diff --git a/sys/kern/link_elf.c b/sys/kern/link_elf.c index 1f98c4cdd502..833f12eabccb 100644 --- a/sys/kern/link_elf.c +++ b/sys/kern/link_elf.c @@ -41,7 +41,6 @@ #include <vm/vm.h> #include <vm/vm_param.h> -#include <vm/vm_zone.h> #include <sys/lock.h> #ifdef SPARSE_MAPPING #include <vm/vm_object.h> diff --git a/sys/kern/link_elf_obj.c b/sys/kern/link_elf_obj.c index 1f98c4cdd502..833f12eabccb 100644 --- a/sys/kern/link_elf_obj.c +++ b/sys/kern/link_elf_obj.c @@ -41,7 +41,6 @@ #include <vm/vm.h> #include <vm/vm_param.h> -#include <vm/vm_zone.h> #include <sys/lock.h> #ifdef SPARSE_MAPPING #include <vm/vm_object.h> diff --git a/sys/kern/subr_acl_posix1e.c b/sys/kern/subr_acl_posix1e.c index bd4a52f52def..882d47b5fece 100644 --- a/sys/kern/subr_acl_posix1e.c +++ b/sys/kern/subr_acl_posix1e.c @@ -45,7 +45,6 @@ #include <sys/errno.h> #include <sys/stat.h> #include <sys/acl.h> -#include <vm/vm_zone.h> static MALLOC_DEFINE(M_ACL, "acl", "access control list"); diff --git a/sys/kern/vfs_acl.c b/sys/kern/vfs_acl.c index bd4a52f52def..882d47b5fece 100644 --- a/sys/kern/vfs_acl.c +++ b/sys/kern/vfs_acl.c @@ -45,7 +45,6 @@ #include <sys/errno.h> #include <sys/stat.h> #include <sys/acl.h> -#include <vm/vm_zone.h> static MALLOC_DEFINE(M_ACL, "acl", "access control list"); diff --git a/sys/kern/vfs_vnops.c b/sys/kern/vfs_vnops.c index 705ac3436fb3..0df42d9e78e8 100644 --- a/sys/kern/vfs_vnops.c +++ b/sys/kern/vfs_vnops.c @@ -52,7 +52,6 @@ #include <sys/filio.h> #include <sys/ttycom.h> #include <sys/conf.h> -#include <vm/vm_zone.h> #include <ufs/ufs/quota.h> #include <ufs/ufs/inode.h> 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"); diff --git a/sys/miscfs/umapfs/umap_vfsops.c b/sys/miscfs/umapfs/umap_vfsops.c index 207bb9cb3e41..ebf9ce44d576 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 8b58e55b17ca..57a4e98d2e18 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"); diff --git a/sys/msdosfs/msdosfs_vfsops.c b/sys/msdosfs/msdosfs_vfsops.c index d5754f271454..c090e61cd588 100644 --- a/sys/msdosfs/msdosfs_vfsops.c +++ b/sys/msdosfs/msdosfs_vfsops.c @@ -60,7 +60,6 @@ #include <sys/fcntl.h> #include <sys/malloc.h> #include <sys/stat.h> /* defines ALLPERMS */ -#include <vm/vm_zone.h> #include <msdosfs/bpb.h> #include <msdosfs/bootsect.h> diff --git a/sys/msdosfs/msdosfs_vnops.c b/sys/msdosfs/msdosfs_vnops.c index 241804407a20..6209f662ba54 100644 --- a/sys/msdosfs/msdosfs_vnops.c +++ b/sys/msdosfs/msdosfs_vnops.c @@ -65,7 +65,6 @@ #include <vm/vm.h> #include <vm/vm_extern.h> -#include <vm/vm_zone.h> #include <vm/vnode_pager.h> #include <msdosfs/bpb.h> diff --git a/sys/nfs/nfs_serv.c b/sys/nfs/nfs_serv.c index 8e38202275aa..6aad427c12ca 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 8d82a43eb13a..ead5b8603241 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 edb2cbcca478..27fe3c8ac00e 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> diff --git a/sys/nfsclient/nfs_nfsiod.c b/sys/nfsclient/nfs_nfsiod.c index 8d82a43eb13a..ead5b8603241 100644 --- a/sys/nfsclient/nfs_nfsiod.c +++ b/sys/nfsclient/nfs_nfsiod.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/nfsclient/nfs_vnops.c b/sys/nfsclient/nfs_vnops.c index edb2cbcca478..27fe3c8ac00e 100644 --- a/sys/nfsclient/nfs_vnops.c +++ b/sys/nfsclient/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> diff --git a/sys/nfsserver/nfs_serv.c b/sys/nfsserver/nfs_serv.c index 8e38202275aa..6aad427c12ca 100644 --- a/sys/nfsserver/nfs_serv.c +++ b/sys/nfsserver/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/nfsserver/nfs_syscalls.c b/sys/nfsserver/nfs_syscalls.c index 8d82a43eb13a..ead5b8603241 100644 --- a/sys/nfsserver/nfs_syscalls.c +++ b/sys/nfsserver/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/ntfs/ntfs_vfsops.c b/sys/ntfs/ntfs_vfsops.c index 089c6ebf23a6..ea58a6c10d04 100644 --- a/sys/ntfs/ntfs_vfsops.c +++ b/sys/ntfs/ntfs_vfsops.c @@ -53,7 +53,6 @@ #include <vm/vm_page.h> #include <vm/vm_object.h> #include <vm/vm_extern.h> -#include <vm/vm_zone.h> #if defined(__NetBSD__) #include <miscfs/specfs/specdev.h> diff --git a/sys/nwfs/nwfs_vnops.c b/sys/nwfs/nwfs_vnops.c index c8e8b670b760..0d6a20539cc3 100644 --- a/sys/nwfs/nwfs_vnops.c +++ b/sys/nwfs/nwfs_vnops.c @@ -44,7 +44,6 @@ #include <vm/vm.h> #include <vm/vm_extern.h> -#include <vm/vm_zone.h> #include <netncp/ncp.h> #include <netncp/ncp_conn.h> diff --git a/sys/svr4/svr4_misc.c b/sys/svr4/svr4_misc.c index 63990498c702..d06d4fc203c5 100644 --- a/sys/svr4/svr4_misc.c +++ b/sys/svr4/svr4_misc.c @@ -59,7 +59,6 @@ #include <sys/sem.h> #include <sys/msg.h> #include <sys/ptrace.h> -#include <vm/vm_zone.h> #include <sys/sysproto.h> diff --git a/sys/svr4/svr4_sysvec.c b/sys/svr4/svr4_sysvec.c index 9de253c1bd04..180bea12373d 100644 --- a/sys/svr4/svr4_sysvec.c +++ b/sys/svr4/svr4_sysvec.c @@ -49,7 +49,6 @@ #include <sys/vnode.h> #include <sys/module.h> #include <vm/vm.h> -#include <vm/vm_zone.h> #include <sys/exec.h> #include <sys/kernel.h> #include <machine/cpu.h> diff --git a/sys/ufs/ffs/ffs_vfsops.c b/sys/ufs/ffs/ffs_vfsops.c index 39a08313ef5d..df24e8dd493d 100644 --- a/sys/ufs/ffs/ffs_vfsops.c +++ b/sys/ufs/ffs/ffs_vfsops.c @@ -61,7 +61,6 @@ #include <vm/vm.h> #include <vm/vm_page.h> -#include <vm/vm_zone.h> static MALLOC_DEFINE(M_FFSNODE, "FFS node", "FFS vnode private part"); diff --git a/sys/ufs/ufs/ufs_quota.c b/sys/ufs/ufs/ufs_quota.c index 18cbcd392a4c..6203e45955c2 100644 --- a/sys/ufs/ufs/ufs_quota.c +++ b/sys/ufs/ufs/ufs_quota.c @@ -46,7 +46,6 @@ #include <sys/proc.h> #include <sys/vnode.h> #include <sys/mount.h> -#include <vm/vm_zone.h> #include <ufs/ufs/extattr.h> #include <ufs/ufs/quota.h> diff --git a/sys/ufs/ufs/ufs_vnops.c b/sys/ufs/ufs/ufs_vnops.c index 889f4464ea17..6d36fb7e905d 100644 --- a/sys/ufs/ufs/ufs_vnops.c +++ b/sys/ufs/ufs/ufs_vnops.c @@ -59,7 +59,6 @@ #include <sys/event.h> #include <sys/conf.h> -#include <vm/vm_zone.h> #include <vm/vm.h> #include <vm/vm_extern.h> diff --git a/sys/vm/vm_swap.c b/sys/vm/vm_swap.c index d6d6f7688fa1..d3a80decbf47 100644 --- a/sys/vm/vm_swap.c +++ b/sys/vm/vm_swap.c @@ -53,7 +53,6 @@ #include <vm/vm.h> #include <vm/vm_extern.h> #include <vm/swap_pager.h> -#include <vm/vm_zone.h> /* * Indirect driver for multi-controller paging. |
