From 8dcd0bd285e9a11efbbf2dc37ce9d33f624ca8c0 Mon Sep 17 00:00:00 2001 From: hniksic Date: Sat, 2 Jul 2005 06:29:02 -0700 Subject: [PATCH] [svn] Don't include connect.h. --- src/ChangeLog | 5 +++++ src/host.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) 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