diff options
Diffstat (limited to 'Objects/exceptions.c')
-rw-r--r-- | Objects/exceptions.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Objects/exceptions.c b/Objects/exceptions.c index db1ff329ac..69a6b5c284 100644 --- a/Objects/exceptions.c +++ b/Objects/exceptions.c @@ -8,7 +8,6 @@ #include <Python.h> #include "pycore_initconfig.h" #include "pycore_object.h" -#include "pycore_pymem.h" #include "structmember.h" // PyMemberDef #include "osdefs.h" |