diff options
author | bde <bde@FreeBSD.org> | 1998-03-28 13:25:01 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1998-03-28 13:25:01 +0000 |
commit | b5ae2c779bbd5597d706416186bbda1feb920115 (patch) | |
tree | 8e1b892ead145b6db08a46a032584ad3cc5944da /sys/kern/vfs_export.c | |
parent | 0eb849f75b2ac2864841d072ef2fdd4a02883232 (diff) | |
download | FreeBSD-src-b5ae2c779bbd5597d706416186bbda1feb920115.zip FreeBSD-src-b5ae2c779bbd5597d706416186bbda1feb920115.tar.gz |
Removed unused #includes.
Diffstat (limited to 'sys/kern/vfs_export.c')
-rw-r--r-- | sys/kern/vfs_export.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/vfs_export.c b/sys/kern/vfs_export.c index 52dce03..b507683 100644 --- a/sys/kern/vfs_export.c +++ b/sys/kern/vfs_export.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)vfs_subr.c 8.31 (Berkeley) 5/26/95 - * $Id: vfs_subr.c,v 1.145 1998/03/19 22:48:16 dyson Exp $ + * $Id: vfs_subr.c,v 1.146 1998/03/28 12:04:32 bde Exp $ */ /* @@ -55,7 +55,6 @@ #include <sys/vnode.h> #include <sys/stat.h> #include <sys/buf.h> -#include <sys/poll.h> #include <sys/domain.h> #include <sys/dirent.h> #include <sys/vmmeter.h> |