diff options
author | Bruce Evans <bde@FreeBSD.org> | 1997-08-02 14:33:27 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1997-08-02 14:33:27 +0000 |
commit | 1fd0b0588f11fe61e5329c403c3f82a3f4d26fab (patch) | |
tree | b3a0547f4192cd5dfee8a6303191218b96c700e1 /sys/nfsserver/nfs_srvcache.c | |
parent | bbd5c527aabde5574588489e5d82b0eaa3fcbdbf (diff) |
Removed unused #includes.
Notes
Notes:
svn path=/head/; revision=27845
Diffstat (limited to 'sys/nfsserver/nfs_srvcache.c')
-rw-r--r-- | sys/nfsserver/nfs_srvcache.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/nfsserver/nfs_srvcache.c b/sys/nfsserver/nfs_srvcache.c index 6121db0ed07c..c2623a30a471 100644 --- a/sys/nfsserver/nfs_srvcache.c +++ b/sys/nfsserver/nfs_srvcache.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_srvcache.c 8.3 (Berkeley) 3/30/95 - * $Id: nfs_srvcache.c,v 1.11 1997/02/22 09:42:40 peter Exp $ + * $Id: nfs_srvcache.c,v 1.12 1997/05/10 16:12:03 dfr Exp $ */ #ifndef NFS_NOSERVER @@ -44,26 +44,20 @@ * pages 53-63. San Diego, February 1989. */ #include <sys/param.h> -#include <sys/vnode.h> #include <sys/mount.h> -#include <sys/kernel.h> #include <sys/systm.h> -#include <sys/proc.h> #include <sys/mbuf.h> #include <sys/malloc.h> #include <sys/socket.h> -#include <sys/socketvar.h> #include <netinet/in.h> #ifdef ISO #include <netiso/iso.h> #endif -#include <nfs/nfsm_subs.h> #include <nfs/rpcv2.h> #include <nfs/nfsproto.h> #include <nfs/nfs.h> #include <nfs/nfsrvcache.h> -#include <nfs/nqnfs.h> extern struct nfsstats nfsstats; extern int nfsv2_procid[NFS_NPROCS]; |