gh-131238: Cleanup pycore_runtime.h includes (#131486)

This commit is contained in:
Victor Stinner 2025-03-20 01:47:30 +01:00 committed by GitHub
parent 344f3c3fd4
commit 6c776abb90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 4 additions and 6 deletions

View file

@ -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;