diff options
author | wollman <wollman@FreeBSD.org> | 2001-01-09 04:32:24 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 2001-01-09 04:32:24 +0000 |
commit | 73868ac960ac5a7e40b0f6c9fe5956281809d520 (patch) | |
tree | bdf39eb65cc94042669d64bb27b70379ab61e18e /sys/fs/coda/coda_vfsops.c | |
parent | 1558aceec71f13b33b55aabf3751ee98aa1fe876 (diff) | |
download | FreeBSD-src-73868ac960ac5a7e40b0f6c9fe5956281809d520.zip FreeBSD-src-73868ac960ac5a7e40b0f6c9fe5956281809d520.tar.gz |
Delete unused #include <sys/select.h>.
Diffstat (limited to 'sys/fs/coda/coda_vfsops.c')
-rw-r--r-- | sys/fs/coda/coda_vfsops.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/fs/coda/coda_vfsops.c b/sys/fs/coda/coda_vfsops.c index b426e8e..0708181 100644 --- a/sys/fs/coda/coda_vfsops.c +++ b/sys/fs/coda/coda_vfsops.c @@ -54,8 +54,6 @@ #include <sys/conf.h> #include <sys/namei.h> #include <sys/mount.h> -#include <sys/select.h> - #include <coda/coda.h> #include <coda/cnode.h> |