summaryrefslogtreecommitdiffstats
path: root/Parser/string_parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'Parser/string_parser.c')
-rw-r--r--Parser/string_parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Parser/string_parser.c b/Parser/string_parser.c
index 72898c3..c5f4218 100644
--- a/Parser/string_parser.c
+++ b/Parser/string_parser.c
@@ -4,7 +4,7 @@
#include "pycore_bytesobject.h" // _PyBytes_DecodeEscape()
#include "pycore_unicodeobject.h" // _PyUnicode_DecodeUnicodeEscapeInternal()
-#include "tokenizer.h"
+#include "lexer/state.h"
#include "pegen.h"
#include "string_parser.h"