mirror of
https://github.com/python/cpython.git
synced 2025-10-21 22:22:48 +00:00
gh-131238: Cleanup pycore_runtime.h includes (#131486)
This commit is contained in:
parent
344f3c3fd4
commit
6c776abb90
5 changed files with 4 additions and 6 deletions
|
@ -8,7 +8,7 @@ extern "C" {
|
|||
# error "this header requires Py_BUILD_CORE define"
|
||||
#endif
|
||||
|
||||
#include "pycore_runtime.h" // _PyRuntimeState
|
||||
#include "pycore_typedefs.h" // _PyRuntimeState
|
||||
|
||||
/* Forward declarations */
|
||||
struct _PyArgv;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue