diff options
Diffstat (limited to 'sys/fs/smbfs/smbfs_vfsops.c')
-rw-r--r-- | sys/fs/smbfs/smbfs_vfsops.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/smbfs/smbfs_vfsops.c b/sys/fs/smbfs/smbfs_vfsops.c index 575585c17532..8a82006e600b 100644 --- a/sys/fs/smbfs/smbfs_vfsops.c +++ b/sys/fs/smbfs/smbfs_vfsops.c @@ -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 |