summaryrefslogtreecommitdiffstats
path: root/Parser/intrcheck.c
diff options
context:
space:
mode:
Diffstat (limited to 'Parser/intrcheck.c')
-rw-r--r--Parser/intrcheck.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/Parser/intrcheck.c b/Parser/intrcheck.c
index 686e030..e2ca5b4 100644
--- a/Parser/intrcheck.c
+++ b/Parser/intrcheck.c
@@ -107,9 +107,6 @@ PyOS_InterruptOccurred(void)
#include <stdio.h>
#include <string.h>
#include <signal.h>
-#ifdef HAVE_UNISTD_H
-#include <unistd.h>
-#endif
static int interrupted;