summaryrefslogtreecommitdiff
path: root/Objects/codeobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'Objects/codeobject.c')
-rw-r--r--Objects/codeobject.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Objects/codeobject.c b/Objects/codeobject.c
index 7d50b40ec4..e872b398e0 100644
--- a/Objects/codeobject.c
+++ b/Objects/codeobject.c
@@ -1,7 +1,6 @@
#include <stdbool.h>
#include "Python.h"
-#include "code.h"
#include "opcode.h"
#include "structmember.h" // PyMemberDef
#include "pycore_code.h" // _PyCodeConstructor