summaryrefslogtreecommitdiffstats
path: root/Objects/frameobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'Objects/frameobject.c')
-rw-r--r--Objects/frameobject.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Objects/frameobject.c b/Objects/frameobject.c
index 8ebf500..3535544 100644
--- a/Objects/frameobject.c
+++ b/Objects/frameobject.c
@@ -4,7 +4,6 @@
#include "Python.h"
#include "code.h"
-#include "compile.h"
#include "frameobject.h"
#include "opcode.h"
#include "structmember.h"