diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-03-14 03:38:54 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-03-14 03:38:54 +0000 |
commit | 651a8ec0536429ec664a047ea1884b4f2ca9388e (patch) | |
tree | c589290e0c2580b97921907d1dba5bd7d3fc2559 /sys/nfs/nfs_serv.c | |
parent | b163c91d43910f421639d41e147cfb56136a0617 (diff) |
Remove some includes include-what-you-use claims don't
have any direct symbols used. Tested for indirect use by compiling
amd64/i386/sparc64 kernels.
ok tedu@ deraadt@
Diffstat (limited to 'sys/nfs/nfs_serv.c')
-rw-r--r-- | sys/nfs/nfs_serv.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/nfs/nfs_serv.c b/sys/nfs/nfs_serv.c index 71c33f98795..74d6613c268 100644 --- a/sys/nfs/nfs_serv.c +++ b/sys/nfs/nfs_serv.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_serv.c,v 1.101 2014/12/16 18:30:04 tedu Exp $ */ +/* $OpenBSD: nfs_serv.c,v 1.102 2015/03/14 03:38:52 jsg Exp $ */ /* $NetBSD: nfs_serv.c,v 1.34 1997/05/12 23:37:12 fvdl Exp $ */ /* @@ -76,7 +76,6 @@ #include <ufs/ufs/dir.h> #include <nfs/nfsproto.h> -#include <nfs/rpcv2.h> #include <nfs/nfs.h> #include <nfs/xdr_subs.h> #include <nfs/nfsm_subs.h> |