From: hniksic Date: Sun, 16 Nov 2003 19:17:48 +0000 (-0800) Subject: [svn] No longer include INET headers in ftp-basic.c. X-Git-Tag: v1.13~1389 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=cd8797a2a2e606a7f989db3ebe77bd40af4ba41d [svn] No longer include INET headers in ftp-basic.c. --- diff --git a/src/ChangeLog b/src/ChangeLog index 23e8a3e4..83a4f42e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2003-11-16 Hrvoje Niksic + + * ftp-basic.c: Don't include and others because + they're no longer needed. + 2003-11-16 Hrvoje Niksic * main.c (main): Don't allow setting of both opt.ipv4_only and diff --git a/src/ftp-basic.c b/src/ftp-basic.c index 56cb4de2..6a1c0453 100644 --- a/src/ftp-basic.c +++ b/src/ftp-basic.c @@ -44,17 +44,6 @@ so, delete this exception statement from your version. */ #endif #include -/* For inet_ntop. */ -#ifndef WINDOWS -#include -#include -#include -#endif - -#ifdef WINDOWS -# include -#endif - #include "wget.h" #include "utils.h" #include "rbuf.h"