From aa16e0f762e2c5e5a6321e5ce8e9014ecb19be7d Mon Sep 17 00:00:00 2001 From: Giulio Camuffo Date: Mon, 16 Jun 2014 10:37:37 +0300 Subject: Reduce headers inter-dependency in the QPA plugin Change-Id: I8b810e54531453b6a80250555c21bb0b1e6e76cc Reviewed-by: Robin Burchell --- src/client/qwaylanddatasource_p.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/client/qwaylanddatasource_p.h') diff --git a/src/client/qwaylanddatasource_p.h b/src/client/qwaylanddatasource_p.h index 9568f507c..a721336f7 100644 --- a/src/client/qwaylanddatasource_p.h +++ b/src/client/qwaylanddatasource_p.h @@ -42,14 +42,16 @@ #ifndef QWAYLANDDATASOURCE_H #define QWAYLANDDATASOURCE_H -#include +#include -#include +#include +#include QT_BEGIN_NAMESPACE class QMimeData; class QWaylandDataDeviceManager; +class QWaylandDisplay; class Q_WAYLAND_CLIENT_EXPORT QWaylandDataSource : public QObject, public QtWayland::wl_data_source { -- cgit v1.2.3