diff --git a/src/ChangeLog b/src/ChangeLog index 3a612ed7..ab75af6f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2005-07-02 Hrvoje Niksic + + * host.c: Don't include "connect.h" now that we no longer have + socket_has_inet6. + 2005-07-02 Hrvoje Niksic * host.c: Remove extraneous definition of netdb.h. diff --git a/src/host.c b/src/host.c index 14cc2ab0..745868c8 100644 --- a/src/host.c +++ b/src/host.c @@ -53,7 +53,6 @@ so, delete this exception statement from your version. */ #include "host.h" #include "url.h" #include "hash.h" -#include "connect.h" /* for socket_has_inet6 */ #ifndef NO_ADDRESS # define NO_ADDRESS NO_DATA