diff options
Diffstat (limited to 'Python/frame.c')
-rw-r--r-- | Python/frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/frame.c b/Python/frame.c index c2da123..b6674ed 100644 --- a/Python/frame.c +++ b/Python/frame.c @@ -1,7 +1,7 @@ #include "Python.h" #include "frameobject.h" -#include "pycore_code.h" // stats +#include "pycore_code.h" // stats #include "pycore_frame.h" #include "pycore_object.h" // _PyObject_GC_UNTRACK() #include "opcode.h" |