Remove 3 instances of vm_zone.h inclusion.

This commit is contained in:
phk 2002-04-08 08:12:46 +00:00
parent 28a8eb54ff
commit 29317d861d
3 changed files with 0 additions and 3 deletions

View File

@ -46,7 +46,6 @@
#include <vm/vm_page.h>
#include <vm/vm_object.h>
#include <vm/vm_pager.h>
#include <vm/vm_zone.h>
#include <vm/vnode_pager.h>
#include <vm/vm_extern.h>

View File

@ -66,7 +66,6 @@ static int smbfs_version = SMBFS_VERSION;
#ifdef SMBFS_USEZONE
#include <vm/vm.h>
#include <vm/vm_extern.h>
#include <vm/vm_zone.h>
vm_zone_t smbfsmount_zone;
#endif

View File

@ -48,7 +48,6 @@
#include <vm/vm.h>
#include <vm/vm_extern.h>
#include <vm/vm_zone.h>
#include <netsmb/smb.h>