1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Don't include connect.h.

This commit is contained in:
hniksic 2005-07-02 06:29:02 -07:00
parent 5b34f1db88
commit 8dcd0bd285
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-07-02 Hrvoje Niksic <hniksic@xemacs.org>
* host.c: Don't include "connect.h" now that we no longer have
socket_has_inet6.
2005-07-02 Hrvoje Niksic <hniksic@xemacs.org>
* host.c: Remove extraneous definition of netdb.h.

View File

@ -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