From: hniksic Date: Sat, 2 Jul 2005 13:25:48 +0000 (-0700) Subject: [svn] Remove extraneous include of netdb.h. X-Git-Tag: v1.13~818 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=5b34f1db882743ece502ab87dd7ef74ff7bd2733 [svn] Remove extraneous include of netdb.h. --- diff --git a/src/ChangeLog b/src/ChangeLog index a50502ae..3a612ed7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2005-07-02 Hrvoje Niksic + + * host.c: Remove extraneous definition of netdb.h. + 2005-07-02 Hrvoje Niksic * http.c (gethttp): Skip error message body in the keep-alive diff --git a/src/host.c b/src/host.c index d9237dd0..14cc2ab0 100644 --- a/src/host.c +++ b/src/host.c @@ -29,10 +29,6 @@ so, delete this exception statement from your version. */ #include -#ifndef WINDOWS -#include -#endif - #include #include #include