diff options
Diffstat (limited to 'Python/errors.c')
-rw-r--r-- | Python/errors.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/errors.c b/Python/errors.c index fb5b3ff..f670b78 100644 --- a/Python/errors.c +++ b/Python/errors.c @@ -10,7 +10,6 @@ #include "pycore_sysmodule.h" // _PySys_Audit() #include "pycore_traceback.h" // _PyTraceBack_FromFrame() -#include <ctype.h> #ifdef MS_WINDOWS # include <windows.h> # include <winbase.h> |