diff options
author | Victor Stinner <vstinner@python.org> | 2025-03-19 23:01:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-19 23:01:32 +0100 |
commit | 20c5f969dd12a0b3d5ea7c03fedf3e2ac202c2c0 (patch) | |
tree | c37df9e86e0c16d64c404a31c8b31090eec6a155 /Include/internal/pycore_runtime_init.h | |
parent | 63b5aed06ed6fcd7956c9b99eb0a3651116cf2e4 (diff) | |
download | cpython-20c5f969dd12a0b3d5ea7c03fedf3e2ac202c2c0.tar.gz cpython-20c5f969dd12a0b3d5ea7c03fedf3e2ac202c2c0.zip |
gh-131238: Remove more includes from pycore_interp.h (#131480)
Diffstat (limited to 'Include/internal/pycore_runtime_init.h')
-rw-r--r-- | Include/internal/pycore_runtime_init.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/internal/pycore_runtime_init.h b/Include/internal/pycore_runtime_init.h index 497599f6717..8f866fd3497 100644 --- a/Include/internal/pycore_runtime_init.h +++ b/Include/internal/pycore_runtime_init.h @@ -16,6 +16,7 @@ extern "C" { #include "pycore_floatobject.h" // _py_float_format_unknown #include "pycore_function.h" #include "pycore_hamt.h" // _PyHamt_BitmapNode_Type +#include "pycore_import.h" // IMPORTS_INIT #include "pycore_object.h" // _PyObject_HEAD_INIT #include "pycore_obmalloc_init.h" // _obmalloc_global_state_INIT #include "pycore_parser.h" // _parser_runtime_state_INIT |