diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2023-11-02 10:42:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-02 10:42:58 +0200 |
commit | a12f624a9dc1c44bb20a20b13fd164c14b987892 (patch) | |
tree | cdb4981b35e460aadca8f884ee696e075e932a1b /Python/traceback.c | |
parent | 229f44d353c71185414a072017f46f125676bdd6 (diff) | |
download | cpython-a12f624a9dc1c44bb20a20b13fd164c14b987892.tar.gz cpython-a12f624a9dc1c44bb20a20b13fd164c14b987892.zip |
Remove unnecessary includes (GH-111633)
Diffstat (limited to 'Python/traceback.c')
-rw-r--r-- | Python/traceback.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/traceback.c b/Python/traceback.c index 8aba802ae36..97a77e90d2b 100644 --- a/Python/traceback.c +++ b/Python/traceback.c @@ -16,7 +16,6 @@ #include "pycore_sysmodule.h" // _PySys_GetAttr() #include "pycore_traceback.h" // EXCEPTION_TB_HEADER -#include "../Parser/pegen.h" // _PyPegen_byte_offset_to_character_offset() #include "frameobject.h" // PyFrame_New() #include "osdefs.h" // SEP |