diff --git a/Python/dynload_aix.c b/Python/dynload_aix.c index fd380aed0ef..03ecc0724ae 100644 --- a/Python/dynload_aix.c +++ b/Python/dynload_aix.c @@ -1,15 +1,15 @@ /* Support for dynamic loading of extension modules */ +#include "Python.h" +#include "importdl.h" + #include /* for isdigit() */ #include /* for global errno */ #include /* for strerror() */ #include /* for malloc(), free() */ #include -#include "Python.h" -#include "importdl.h" - #ifdef AIX_GENUINE_CPLUSPLUS #include "/usr/lpp/xlC/include/load.h"