mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +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 */
|
||||
|
||||
#include "Python.h"
|
||||
|
||||
#ifdef HAVE_DIRECT_H
|
||||
#include <direct.h>
|
||||
#endif
|
||||
#include <ctype.h>
|
||||
|
||||
#include "Python.h"
|
||||
#include "importdl.h"
|
||||
#include <windows.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue