bpo-40268: Remove unused pycore_pymem.h includes (GH-19531)

This commit is contained in:
Victor Stinner 2020-04-15 02:57:50 +02:00 committed by GitHub
parent 4a21e57fe5
commit d9ea5cae1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 13 additions and 26 deletions

View file

@ -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