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.sbin/ypserv/common | |
parent | a9311767b4f00338f33428f0f5846e62527dfb44 (diff) |
Nuke more obvious #include duplications.
ok deraadt@ millert@ tedu@
Diffstat (limited to 'usr.sbin/ypserv/common')
-rw-r--r-- | usr.sbin/ypserv/common/yplib_host.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ypserv/common/yplib_host.c b/usr.sbin/ypserv/common/yplib_host.c index 2cca2a0ff38..1d1ed503c5e 100644 --- a/usr.sbin/ypserv/common/yplib_host.c +++ b/usr.sbin/ypserv/common/yplib_host.c @@ -1,4 +1,4 @@ -/* $OpenBSD: yplib_host.c,v 1.16 2009/10/27 23:59:57 deraadt Exp $ */ +/* $OpenBSD: yplib_host.c,v 1.17 2014/11/18 20:54:29 krw Exp $ */ /* * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@theos.com> @@ -37,7 +37,6 @@ #include <string.h> #include <netinet/in.h> #include <arpa/inet.h> -#include <sys/socket.h> #include <netdb.h> #include <unistd.h> #include <rpc/rpc.h> |