]> sjero.net Git - wget/commitdiff
[svn] Don't #include netinet/Winsock stuff.
authorhniksic <devnull@localhost>
Thu, 27 Nov 2003 23:39:53 +0000 (15:39 -0800)
committerhniksic <devnull@localhost>
Thu, 27 Nov 2003 23:39:53 +0000 (15:39 -0800)
src/ChangeLog
src/init.c

index 70358d5850d7e226874e0ea49806af22419c86ae..05b9104b8335f14f6902046be7e569af311b1313 100644 (file)
@@ -1,3 +1,7 @@
+2003-11-28  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * init.c: Don't #include netinet/Winsock stuff.
+
 2003-11-28  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * http.c: Deleted the old functions header_process,
index f97ba3a9169c75eae3a351a7b8f2306b68525029..51edf647592c98143a3d9c66419de3403b7f0555 100644 (file)
@@ -43,16 +43,6 @@ so, delete this exception statement from your version.  */
 #endif
 #include <errno.h>
 
-#ifdef WINDOWS
-# include <winsock.h>
-#else
-# include <sys/socket.h>
-# include <netinet/in.h>
-#ifndef __BEOS__
-# include <arpa/inet.h>
-#endif
-#endif
-
 #ifdef HAVE_PWD_H
 # include <pwd.h>
 #endif