aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/pythoncore/pythonheaderwrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/pythoncore/pythonheaderwrapper.h')
-rw-r--r--src/modules/pythoncore/pythonheaderwrapper.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/modules/pythoncore/pythonheaderwrapper.h b/src/modules/pythoncore/pythonheaderwrapper.h
index 2b34066c3..173e3c289 100644
--- a/src/modules/pythoncore/pythonheaderwrapper.h
+++ b/src/modules/pythoncore/pythonheaderwrapper.h
@@ -7,14 +7,6 @@
// use QT_NO_KEYWORDS.
#undef slots
-// See http://stackoverflow.com/questions/16200997/why-doesnt-include-python-h-work and http://stackoverflow.com/questions/19716859/puzzling-dependency-of-boost-python-1-54-debug-build-to-python27-lib-on-window
-
-#if defined(_DEBUG) && defined(_MSC_VER)
-# undef _DEBUG
-# include <Python.h>
-# define _DEBUG 1
-#else
-# include <Python.h>
-#endif
+#include <Python.h>
#endif