From 76b9c0cfaa3062a7f649d60cea653173d12d3839 Mon Sep 17 00:00:00 2001 From: Irit Katriel <1055913+iritkatriel@users.noreply.github.com> Date: Thu, 1 Jun 2023 12:12:53 +0100 Subject: remove unused #includes of pycore_pymem.h (#105166) --- Python/ceval.c | 1 - 1 file changed, 1 deletion(-) (limited to 'Python/ceval.c') diff --git a/Python/ceval.c b/Python/ceval.c index df997e1ed28..46e2f023dd2 100644 --- a/Python/ceval.c +++ b/Python/ceval.c @@ -15,7 +15,6 @@ #include "pycore_moduleobject.h" // PyModuleObject #include "pycore_opcode.h" // EXTRA_CASES #include "pycore_pyerrors.h" // _PyErr_GetRaisedException() -#include "pycore_pymem.h" // _PyMem_IsPtrFreed() #include "pycore_pystate.h" // _PyInterpreterState_GET() #include "pycore_range.h" // _PyRangeIterObject #include "pycore_sliceobject.h" // _PyBuildSlice_ConsumeRefs -- cgit v1.2.3