diff options
author | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2025-04-18 02:49:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-18 02:49:19 +0100 |
commit | ea23c897cd25702e72a04e06664f6864f07a7c5d (patch) | |
tree | 59fffce7992991a464844db56e0e504643ee6f96 /Python | |
parent | 22830103e598c63663b462c4e42b74e7a9d3bb99 (diff) | |
download | cpython-ea23c897cd25702e72a04e06664f6864f07a7c5d.tar.gz cpython-ea23c897cd25702e72a04e06664f6864f07a7c5d.zip |
Remove duplicate includes: Python/importdl.c (#132623)
Diffstat (limited to 'Python')
-rw-r--r-- | Python/importdl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/importdl.c b/Python/importdl.c index 73fedc4ba5f..802843fe7b9 100644 --- a/Python/importdl.c +++ b/Python/importdl.c @@ -6,7 +6,6 @@ #include "pycore_import.h" // _PyImport_SwapPackageContext() #include "pycore_importdl.h" #include "pycore_moduleobject.h" // _PyModule_GetDef() -#include "pycore_moduleobject.h" // _PyModule_GetDef() #include "pycore_pyerrors.h" // _PyErr_FormatFromCause() #include "pycore_runtime.h" // _Py_ID() |