summaryrefslogtreecommitdiffstats
path: root/Modules/timemodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/timemodule.c')
-rw-r--r--Modules/timemodule.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/Modules/timemodule.c b/Modules/timemodule.c
index bcc53e0..a5d81fe 100644
--- a/Modules/timemodule.c
+++ b/Modules/timemodule.c
@@ -24,10 +24,6 @@
#include <io.h>
#endif
-#ifdef HAVE_UNISTD_H
-#include <unistd.h>
-#endif
-
#ifdef HAVE_FTIME
#include <sys/timeb.h>
#if !defined(MS_WINDOWS) && !defined(PYOS_OS2)