diff options
Diffstat (limited to 'lib/http.c')
-rw-r--r-- | lib/http.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/http.c b/lib/http.c index 5c529231f..cc01636c2 100644 --- a/lib/http.c +++ b/lib/http.c @@ -31,7 +31,6 @@ #include <ctype.h> #ifdef WIN32 -#include <time.h> #include <io.h> #else #ifdef HAVE_SYS_SOCKET_H @@ -40,15 +39,6 @@ #ifdef HAVE_NETINET_IN_H #include <netinet/in.h> #endif -#ifdef HAVE_SYS_TIME_H -#include <sys/time.h> -#endif - -#ifdef HAVE_TIME_H -#ifdef TIME_WITH_SYS_TIME -#include <time.h> -#endif -#endif #ifdef HAVE_UNISTD_H #include <unistd.h> |