summaryrefslogtreecommitdiffstats
path: root/Modules/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/main.c')
-rw-r--r--Modules/main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/Modules/main.c b/Modules/main.c
index 5f71ee2..41c229f 100644
--- a/Modules/main.c
+++ b/Modules/main.c
@@ -4,10 +4,6 @@
#include "osdefs.h"
#include "compile.h" /* For CO_FUTURE_DIVISION */
-#ifdef HAVE_UNISTD_H
-#include <unistd.h>
-#endif
-
#ifdef MS_WINDOWS
#include <fcntl.h>
#endif