]> sjero.net Git - wget/commitdiff
[svn] No longer include INET headers in ftp-basic.c.
authorhniksic <devnull@localhost>
Sun, 16 Nov 2003 19:17:48 +0000 (11:17 -0800)
committerhniksic <devnull@localhost>
Sun, 16 Nov 2003 19:17:48 +0000 (11:17 -0800)
src/ChangeLog
src/ftp-basic.c

index 23e8a3e4b75d4314632a3627d6b4a05e8a2865d6..83a4f42ebcb0971e64693433c1905f039b35f250 100644 (file)
@@ -1,3 +1,8 @@
+2003-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * ftp-basic.c: Don't include <arpa/inet.h> and others because
+       they're no longer needed.
+
 2003-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * main.c (main): Don't allow setting of both opt.ipv4_only and
index 56cb4de242eeddf24230d319ad536e9cb1e14264..6a1c045390dcfb4c0105b1fe40a7d6c079df6ae9 100644 (file)
@@ -44,17 +44,6 @@ so, delete this exception statement from your version.  */
 #endif
 #include <sys/types.h>
 
-/* For inet_ntop. */
-#ifndef WINDOWS
-#include <sys/socket.h>
-#include <netinet/in.h>
-#include <arpa/inet.h>
-#endif
-
-#ifdef WINDOWS
-# include <winsock.h>
-#endif
-
 #include "wget.h"
 #include "utils.h"
 #include "rbuf.h"