Skip to content

Commit ea23c89

Browse files
authored
Remove duplicate includes: Python/importdl.c (#132623)
1 parent 2283010 commit ea23c89

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/importdl.c

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
#include "pycore_import.h" // _PyImport_SwapPackageContext()
77
#include "pycore_importdl.h"
88
#include "pycore_moduleobject.h" // _PyModule_GetDef()
9-
#include "pycore_moduleobject.h" // _PyModule_GetDef()
109
#include "pycore_pyerrors.h" // _PyErr_FormatFromCause()
1110
#include "pycore_runtime.h" // _Py_ID()
1211

0 commit comments

Comments
 (0)