summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandtouch_p.h
diff options
context:
space:
mode:
authorGiulio Camuffo <giuliocamuffo@gmail.com>2014-06-16 10:37:37 +0300
committerGiulio Camuffo <giulio.camuffo@jollamobile.com>2014-06-16 14:04:02 +0200
commitaa16e0f762e2c5e5a6321e5ce8e9014ecb19be7d (patch)
treee0b76688e2fe3d6f25f3e083b3c69b4d2a6a357f /src/client/qwaylandtouch_p.h
parentb564681db53593fbbb97ed1dfbe165d66cde6bdc (diff)
Reduce headers inter-dependency in the QPA plugin
Change-Id: I8b810e54531453b6a80250555c21bb0b1e6e76cc Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
Diffstat (limited to 'src/client/qwaylandtouch_p.h')
-rw-r--r--src/client/qwaylandtouch_p.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/client/qwaylandtouch_p.h b/src/client/qwaylandtouch_p.h
index bd299a1af..20827fa8f 100644
--- a/src/client/qwaylandtouch_p.h
+++ b/src/client/qwaylandtouch_p.h
@@ -42,13 +42,16 @@
#ifndef QWAYLANDTOUCH_H
#define QWAYLANDTOUCH_H
-#include <QtWaylandClient/private/qwaylanddisplay_p.h>
#include <qpa/qwindowsysteminterface.h>
#include <QtWaylandClient/private/qwayland-touch-extension.h>
+#include <QtWaylandClient/private/qwaylandclientexport_p.h>
QT_BEGIN_NAMESPACE
+class QWaylandDisplay;
+class QWaylandInputDevice;
+
class Q_WAYLAND_CLIENT_EXPORT QWaylandTouchExtension : public QtWayland::qt_touch_extension
{
public: