diff options
author | Giulio Camuffo <giuliocamuffo@gmail.com> | 2014-06-16 10:37:37 +0300 |
---|---|---|
committer | Giulio Camuffo <giulio.camuffo@jollamobile.com> | 2014-06-16 14:04:02 +0200 |
commit | aa16e0f762e2c5e5a6321e5ce8e9014ecb19be7d (patch) | |
tree | e0b76688e2fe3d6f25f3e083b3c69b4d2a6a357f /src/hardwareintegration | |
parent | b564681db53593fbbb97ed1dfbe165d66cde6bdc (diff) | |
download | qtwayland-aa16e0f762e2c5e5a6321e5ce8e9014ecb19be7d.tar.gz |
Reduce headers inter-dependency in the QPA plugin
Change-Id: I8b810e54531453b6a80250555c21bb0b1e6e76cc
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
Diffstat (limited to 'src/hardwareintegration')
-rw-r--r-- | src/hardwareintegration/client/xcomposite-egl/qwaylandxcompositeeglclientbufferintegration.cpp | 2 | ||||
-rw-r--r-- | src/hardwareintegration/client/xcomposite-glx/qwaylandxcompositeglxintegration.cpp | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/hardwareintegration/client/xcomposite-egl/qwaylandxcompositeeglclientbufferintegration.cpp b/src/hardwareintegration/client/xcomposite-egl/qwaylandxcompositeeglclientbufferintegration.cpp index 77c4d4a0..fbb715df 100644 --- a/src/hardwareintegration/client/xcomposite-egl/qwaylandxcompositeeglclientbufferintegration.cpp +++ b/src/hardwareintegration/client/xcomposite-egl/qwaylandxcompositeeglclientbufferintegration.cpp @@ -46,6 +46,8 @@ #include <QtCore/QDebug> #include <QtPlatformSupport/private/qeglconvenience_p.h> +#include <QtWaylandClient/private/qwaylanddisplay_p.h> + #include "wayland-xcomposite-client-protocol.h" QT_BEGIN_NAMESPACE diff --git a/src/hardwareintegration/client/xcomposite-glx/qwaylandxcompositeglxintegration.cpp b/src/hardwareintegration/client/xcomposite-glx/qwaylandxcompositeglxintegration.cpp index f08f8dcb..61edd053 100644 --- a/src/hardwareintegration/client/xcomposite-glx/qwaylandxcompositeglxintegration.cpp +++ b/src/hardwareintegration/client/xcomposite-glx/qwaylandxcompositeglxintegration.cpp @@ -47,6 +47,8 @@ #include "wayland-xcomposite-client-protocol.h" +#include <QtWaylandClient/private/qwaylanddisplay_p.h> + QT_BEGIN_NAMESPACE QWaylandXCompositeGLXIntegration::QWaylandXCompositeGLXIntegration() |