From 12688cc9fc28503fec9ef792f7ce940e8e6357cb Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Tue, 19 Sep 2000 21:21:59 +0000 Subject: [PATCH] #include is not needed, and causes problems on AIX. --- lib/lwres/getaddrinfo.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/lwres/getaddrinfo.c b/lib/lwres/getaddrinfo.c index 8262ae9ed7..6405d55dd4 100644 --- a/lib/lwres/getaddrinfo.c +++ b/lib/lwres/getaddrinfo.c @@ -19,7 +19,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: getaddrinfo.c,v 1.31 2000/08/02 16:08:41 tale Exp $ */ +/* $Id: getaddrinfo.c,v 1.32 2000/09/19 21:21:59 bwelling Exp $ */ #include @@ -35,7 +35,6 @@ #include #include #include -#include #include #include