Commit 070bcd81 authored by Christian Heimes's avatar Christian Heimes

Moved include "Python.h" in front of other imports to silence a warning.

parent a3b3b55b
/* 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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment