diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2018-07-27 19:33:54 +0200 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2018-07-27 19:36:01 +0200 |
commit | e36350e3fdcb18a21089256b63298d6e3a49212b (patch) | |
tree | 1fc74ba89820cc4c3a46e300134b37549a67a368 /giscanner/giscannermodule.c | |
parent | 2190dd2394642e1ea3d72f14ef9bd89bd571ce5a (diff) | |
download | gobject-introspection-e36350e3fdcb18a21089256b63298d6e3a49212b.tar.gz |
scanner: remove some unnecessary Windows includes
Diffstat (limited to 'giscanner/giscannermodule.c')
-rw-r--r-- | giscanner/giscannermodule.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/giscanner/giscannermodule.c b/giscanner/giscannermodule.c index 39d5ecaf..2a735978 100644 --- a/giscanner/giscannermodule.c +++ b/giscanner/giscannermodule.c @@ -24,15 +24,7 @@ #endif #include <Python.h> #include "sourcescanner.h" - -#ifdef _WIN32 -#include <fcntl.h> -#include <io.h> -#define WIN32_LEAN_AND_MEAN -#define STRICT -#include <windows.h> -#endif - +#include <stdio.h> #include <glib-object.h> #ifndef Py_TYPE |