diff options
Diffstat (limited to 'lib/easy.c')
-rw-r--r-- | lib/easy.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/easy.c b/lib/easy.c index 657b04201..37b195543 100644 --- a/lib/easy.c +++ b/lib/easy.c @@ -32,7 +32,6 @@ #include "strequal.h" #ifdef WIN32 -#include <time.h> #include <io.h> #else #ifdef HAVE_SYS_SOCKET_H @@ -41,9 +40,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 |