summaryrefslogtreecommitdiffstats
path: root/Python/bytecodes.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/bytecodes.c')
-rw-r--r--Python/bytecodes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/bytecodes.c b/Python/bytecodes.c
index 0705f5b..0f1e007 100644
--- a/Python/bytecodes.c
+++ b/Python/bytecodes.c
@@ -36,7 +36,7 @@
#include "optimizer.h"
#include "pydtrace.h"
#include "setobject.h"
-#include "structmember.h" // struct PyMemberDef, T_OFFSET_EX
+
#define USE_COMPUTED_GOTOS 0
#include "ceval_macros.h"