summaryrefslogtreecommitdiffstats
path: root/Python/frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/frame.c')
-rw-r--r--Python/frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/frame.c b/Python/frame.c
index 3573f54..9eaf41d 100644
--- a/Python/frame.c
+++ b/Python/frame.c
@@ -3,7 +3,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"