aboutsummaryrefslogtreecommitdiff
path: root/lib/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/file.c')
-rw-r--r--lib/file.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/file.c b/lib/file.c
index 4f3ea1bb4..8df6f37fe 100644
--- a/lib/file.c
+++ b/lib/file.c
@@ -31,7 +31,6 @@
#include <ctype.h>
#ifdef WIN32
-#include <time.h>
#include <io.h>
#include <fcntl.h>
#else
@@ -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