summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-07-27 19:33:54 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-07-27 19:36:01 +0200
commite36350e3fdcb18a21089256b63298d6e3a49212b (patch)
tree1fc74ba89820cc4c3a46e300134b37549a67a368
parent2190dd2394642e1ea3d72f14ef9bd89bd571ce5a (diff)
downloadgobject-introspection-e36350e3fdcb18a21089256b63298d6e3a49212b.tar.gz
scanner: remove some unnecessary Windows includes
-rw-r--r--giscanner/giscannermodule.c10
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