summaryrefslogtreecommitdiffstats
path: root/Parser
diff options
context:
space:
mode:
Diffstat (limited to 'Parser')
-rw-r--r--Parser/myreadline.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Parser/myreadline.c b/Parser/myreadline.c
index 7da8ea8..04c2793 100644
--- a/Parser/myreadline.c
+++ b/Parser/myreadline.c
@@ -19,7 +19,6 @@
PyThreadState* _PyOS_ReadlineTState = NULL;
-#include "pythread.h"
static PyThread_type_lock _PyOS_ReadlineLock = NULL;
int (*PyOS_InputHook)(void) = NULL;