mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +00:00
Moved include "Python.h" in front of other imports to silence a warning.
This commit is contained in:
parent
76d19f68e4
commit
123d5c9396
1 changed files with 2 additions and 1 deletions
|
@ -1,12 +1,13 @@
|
||||||
|
|
||||||
/* Support for dynamic loading of extension modules */
|
/* Support for dynamic loading of extension modules */
|
||||||
|
|
||||||
|
#include "Python.h"
|
||||||
|
|
||||||
#ifdef HAVE_DIRECT_H
|
#ifdef HAVE_DIRECT_H
|
||||||
#include <direct.h>
|
#include <direct.h>
|
||||||
#endif
|
#endif
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
||||||
#include "Python.h"
|
|
||||||
#include "importdl.h"
|
#include "importdl.h"
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue