mirror of
https://github.com/python/cpython.git
synced 2025-08-23 02:04:56 +00:00
remove unused #includes of pycore_pymem.h (#105166)
This commit is contained in:
parent
85b0b0cd94
commit
76b9c0cfaa
6 changed files with 259 additions and 264 deletions
|
@ -33,7 +33,6 @@
|
|||
#include "pycore_compile.h"
|
||||
#include "pycore_intrinsics.h"
|
||||
#include "pycore_long.h" // _PyLong_GetZero()
|
||||
#include "pycore_pymem.h" // _PyMem_IsPtrFreed()
|
||||
#include "pycore_symtable.h" // PySTEntryObject, _PyFuture_FromAST()
|
||||
|
||||
#include "opcode_metadata.h" // _PyOpcode_opcode_metadata, _PyOpcode_num_popped/pushed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue