diff options
Diffstat (limited to 'Objects/cellobject.c')
-rw-r--r-- | Objects/cellobject.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Objects/cellobject.c b/Objects/cellobject.c index 6efae62..86a89f02e6 100644 --- a/Objects/cellobject.c +++ b/Objects/cellobject.c @@ -2,7 +2,6 @@ #include "Python.h" #include "pycore_object.h" -#include "pycore_pymem.h" PyObject * PyCell_New(PyObject *obj) |