From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Fri, 18 Apr 2025 01:49:19 +0000 (+0100) Subject: Remove duplicate includes: Python/importdl.c (#132623) X-Git-Tag: v3.14.0b1~427 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea23c897cd25702e72a04e06664f6864f07a7c5d;p=thirdparty%2FPython%2Fcpython.git Remove duplicate includes: Python/importdl.c (#132623) --- diff --git a/Python/importdl.c b/Python/importdl.c index 73fedc4ba5fd..802843fe7b9d 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()