diff options
Diffstat (limited to 'Objects/methodobject.c')
-rw-r--r-- | Objects/methodobject.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Objects/methodobject.c b/Objects/methodobject.c index f483671316..20eba6fa86 100644 --- a/Objects/methodobject.c +++ b/Objects/methodobject.c @@ -5,7 +5,6 @@ #include "pycore_ceval.h" // _Py_EnterRecursiveCall() #include "pycore_object.h" #include "pycore_pyerrors.h" -#include "pycore_pymem.h" #include "pycore_pystate.h" // _PyThreadState_GET() #include "structmember.h" // PyMemberDef |