[svn] No longer include INET headers in ftp-basic.c.

This commit is contained in:
hniksic 2003-11-16 11:17:48 -08:00
parent 66cc6d43f6
commit cd8797a2a2
2 changed files with 5 additions and 11 deletions

View 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

View 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"