summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyuno/inc/pyuno/pyuno.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/pyuno/inc/pyuno/pyuno.hxx b/pyuno/inc/pyuno/pyuno.hxx
index e1bac60d96be..e3db6acc2e97 100644
--- a/pyuno/inc/pyuno/pyuno.hxx
+++ b/pyuno/inc/pyuno/pyuno.hxx
@@ -6,13 +6,7 @@
#if defined _MSC_VER
#pragma warning(push, 1)
#endif
-#ifdef _DEBUG
-#undef _DEBUG
#include <Python.h>
-#define _DEBUG
-#else
-#include <Python.h>
-#endif // #ifdef _DEBUG
#if defined _MSC_VER
#pragma warning(pop)
#endif