mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
bpo-40268: Remove unused pycore_pymem.h includes (GH-19531)
This commit is contained in:
parent
4a21e57fe5
commit
d9ea5cae1d
21 changed files with 13 additions and 26 deletions
|
@ -5,7 +5,7 @@
|
|||
#include "pycore_initconfig.h"
|
||||
#include "pycore_fileutils.h"
|
||||
#include "pycore_pathconfig.h"
|
||||
#include "pycore_pymem.h"
|
||||
#include "pycore_pymem.h" // _PyMem_SetDefaultAllocator()
|
||||
#include <wchar.h>
|
||||
#ifdef MS_WINDOWS
|
||||
# include <windows.h> // GetFullPathNameW(), MAX_PATH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue