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/fs/cd9660 | |
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/fs/cd9660')
-rw-r--r-- | sys/fs/cd9660/cd9660_vfsops.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/cd9660/cd9660_vfsops.c b/sys/fs/cd9660/cd9660_vfsops.c index 955cc2f..6ec00f6 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> |