diff options
Diffstat (limited to 'lib/url.c')
-rw-r--r-- | lib/url.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -31,7 +31,6 @@ #include <ctype.h> #ifdef WIN32 -#include <time.h> #include <io.h> #else #ifdef HAVE_SYS_SOCKET_H @@ -40,9 +39,6 @@ #ifdef HAVE_NETINET_IN_H #include <netinet/in.h> #endif -#ifdef HAVE_SYS_TIME_H -#include <sys/time.h> -#endif #ifdef HAVE_UNISTD_H #include <unistd.h> #endif |