mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Remove unnecessary includes (GH-111633)
This commit is contained in:
parent
229f44d353
commit
a12f624a9d
2 changed files with 0 additions and 2 deletions
|
@ -4,7 +4,6 @@
|
|||
#include "../Parser/lexer/lexer.h"
|
||||
#include "../Parser/tokenizer/tokenizer.h"
|
||||
#include "../Parser/pegen.h" // _PyPegen_byte_offset_to_character_offset()
|
||||
#include "../Parser/pegen.h" // _PyPegen_byte_offset_to_character_offset()
|
||||
|
||||
static struct PyModuleDef _tokenizemodule;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue