XCB: Do not depend on transitive includes

As a drive-by, follow the coding convention when including qobject.h

Change-Id: I73066646d7f03ee0138e70567738e296b2183f63
Reviewed-by: Liang Qi <liang.qi@qt.io>
This commit is contained in:
Fabian Kosmale 2022-02-06 21:43:52 +01:00
parent e4ab3e39e1
commit 49b25ab07b
2 changed files with 3 additions and 1 deletions

View File

@ -45,7 +45,8 @@
#include <xcb/xcb.h> #include <xcb/xcb.h>
#include <xcb/xfixes.h> #include <xcb/xfixes.h>
#include <QtCore/QObject> #include <QtCore/qobject.h>
#include <QtCore/qmap.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE

View File

@ -42,6 +42,7 @@
#ifndef QT_NO_SESSIONMANAGER #ifndef QT_NO_SESSIONMANAGER
#include <QtCore/qvarlengtharray.h>
#include <qpa/qwindowsysteminterface.h> #include <qpa/qwindowsysteminterface.h>
#include <qguiapplication.h> #include <qguiapplication.h>