summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'io.c')
-rw-r--r--io.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/io.c b/io.c
index 083c8e952c..8671edeac2 100644
--- a/io.c
+++ b/io.c
@@ -60,17 +60,6 @@
# define ftello ftell
#endif
-#ifdef HAVE_SYS_TIME_H
-# include <sys/time.h>
-#else
-#ifndef NT
-struct timeval {
- long tv_sec; /* seconds */
- long tv_usec; /* and microseconds */
-};
-#endif
-#endif
-
#include <sys/stat.h>
/* EMX has sys/param.h, but.. */