From cd8797a2a2e606a7f989db3ebe77bd40af4ba41d Mon Sep 17 00:00:00 2001 From: hniksic Date: Sun, 16 Nov 2003 11:17:48 -0800 Subject: [PATCH] [svn] No longer include INET headers in ftp-basic.c. --- src/ChangeLog | 5 +++++ src/ftp-basic.c | 11 ----------- 2 files changed, 5 insertions(+), 11 deletions(-) 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" -- 2.39.2