diff options
Diffstat (limited to 'Python/ceval.c')
-rw-r--r-- | Python/ceval.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Python/ceval.c b/Python/ceval.c index a22852e..6f90d8e 100644 --- a/Python/ceval.c +++ b/Python/ceval.c @@ -35,9 +35,7 @@ #include "pydtrace.h" #include "setobject.h" - -#include <ctype.h> -#include <stdbool.h> +#include <stdbool.h> // bool #ifdef Py_DEBUG /* For debugging the interpreter: */ |