aboutsummaryrefslogtreecommitdiffstats
path: root/PySide2/global.h.in
diff options
context:
space:
mode:
authorFriedemann Kleint <[email protected]>2017-05-18 16:22:47 +0200
committerFriedemann Kleint <[email protected]>2017-05-18 16:22:50 +0200
commitd4112e4a6ea25aee831da3cd123f139b5f7229bf (patch)
tree9df72769796e5c4a1f64c1ef52ad2c00e7094a77 /PySide2/global.h.in
parent352a80482b0afdc1df5acf526e4ada2c0d30b806 (diff)
parent3f45ae1bb3ad3ed433780731e87b0bf66558116d (diff)
Merge remote-tracking branch 'origin/5.9' into devHEADdev
Diffstat (limited to 'PySide2/global.h.in')
-rw-r--r--PySide2/global.h.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/PySide2/global.h.in b/PySide2/global.h.in
index 40b107ee..0c7e2114 100644
--- a/PySide2/global.h.in
+++ b/PySide2/global.h.in
@@ -54,22 +54,12 @@
// Make "signals:", "slots:" visible as access specifiers
#define QT_ANNOTATE_ACCESS_SPECIFIER(a) __attribute__((annotate(#a)))
-#include <QtCore/QtCore>
-#if @Qt5Gui_FOUND@
-# include <QtGui/QtGui>
-#endif
-#if @Qt5Widgets_FOUND@
-# include <QtWidgets/QtWidgets>
-#endif
-
#include "qpytextobject.h" // PySide class
#if @ENABLE_X11@
# if @Qt5X11Extras_FOUND@
# include <QtX11Extras/QX11Info>
# endif
-#elif @ENABLE_MAC@
-# include <QtGui/qmacstyle_mac.h>
#endif
// QT_WIDGETS_LIB must be defined to QSqlRelationalDelegate become visible.