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/assemble.c | 1 - 1 file changed, 1 deletion(-) (limited to 'Python/assemble.c') diff --git a/Python/assemble.c b/Python/assemble.c index 8789d8ef978..46a21809d9c 100644 --- a/Python/assemble.c +++ b/Python/assemble.c @@ -4,7 +4,6 @@ #include "pycore_code.h" // write_location_entry_start() #include "pycore_compile.h" #include "pycore_opcode.h" // _PyOpcode_Caches[] and opcode category macros -#include "pycore_pymem.h" // _PyMem_IsPtrFreed() #define DEFAULT_CODE_SIZE 128 -- cgit v1.2.3