]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove duplicate includes: Python/importdl.c (#132623)
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>
Fri, 18 Apr 2025 01:49:19 +0000 (02:49 +0100)
committerGitHub <noreply@github.com>
Fri, 18 Apr 2025 01:49:19 +0000 (02:49 +0100)
Python/importdl.c

index 73fedc4ba5fd40c6c824108216b2bb4605bcb916..802843fe7b9dcebbf40017ae4a2b9af2c46e30cf 100644 (file)
@@ -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()