summaryrefslogtreecommitdiff
path: root/Objects/iterobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'Objects/iterobject.c')
-rw-r--r--Objects/iterobject.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Objects/iterobject.c b/Objects/iterobject.c
index 51104fbe96..6cac41ad53 100644
--- a/Objects/iterobject.c
+++ b/Objects/iterobject.c
@@ -2,7 +2,6 @@
#include "Python.h"
#include "pycore_object.h"
-#include "pycore_pymem.h"
typedef struct {
PyObject_HEAD