diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2014-11-18 20:54:30 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2014-11-18 20:54:30 +0000 |
commit | 756cea4b56339045910ccaf33e8f9dba9ebd21bc (patch) | |
tree | 244c11563502a3075c3df167f3c245e285e7b977 /usr.bin/rpcgen | |
parent | a9311767b4f00338f33428f0f5846e62527dfb44 (diff) |
Nuke more obvious #include duplications.
ok deraadt@ millert@ tedu@
Diffstat (limited to 'usr.bin/rpcgen')
-rw-r--r-- | usr.bin/rpcgen/rpc_main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/rpcgen/rpc_main.c b/usr.bin/rpcgen/rpc_main.c index ac76a8fab6e..92c9e5f938a 100644 --- a/usr.bin/rpcgen/rpc_main.c +++ b/usr.bin/rpcgen/rpc_main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rpc_main.c,v 1.27 2013/11/28 18:24:54 deraadt Exp $ */ +/* $OpenBSD: rpc_main.c,v 1.28 2014/11/18 20:54:28 krw Exp $ */ /* $NetBSD: rpc_main.c,v 1.9 1996/02/19 11:12:43 pk Exp $ */ /* @@ -45,7 +45,6 @@ #include <stdlib.h> #include <string.h> #include <unistd.h> -#include <stdlib.h> #include <ctype.h> #include <sys/stat.h> #include "rpc_parse.h" |