diff options
Diffstat (limited to 'Parser/action_helpers.c')
-rw-r--r-- | Parser/action_helpers.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Parser/action_helpers.c b/Parser/action_helpers.c index b8713a329d4..fb2d56af3fc 100644 --- a/Parser/action_helpers.c +++ b/Parser/action_helpers.c @@ -1,7 +1,6 @@ #include <Python.h> #include "pegen.h" -#include "tokenizer.h" #include "string_parser.h" #include "pycore_runtime.h" // _PyRuntime |