summaryrefslogtreecommitdiffstats
path: root/Python/ceval.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/ceval.c')
-rw-r--r--Python/ceval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/ceval.c b/Python/ceval.c
index a8987ef..688c019 100644
--- a/Python/ceval.c
+++ b/Python/ceval.c
@@ -34,7 +34,7 @@
#include "opcode.h"
#include "pydtrace.h"
#include "setobject.h"
-#include "structmember.h" // struct PyMemberDef, T_OFFSET_EX
+
#include <ctype.h>
#include <stdbool.h>