summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandxdgpopup_p.h
diff options
context:
space:
mode:
authorPier Luigi Fiorini <pierluigi.fiorini@gmail.com>2016-10-01 09:08:01 +0200
committerPier Luigi Fiorini <pierluigi.fiorini@hawaiios.org>2016-10-01 09:33:33 +0000
commitb585ff36ffeb62eec8513a51b01fa53b1e489725 (patch)
tree875f3a72069267f70f557b46527972fd18c25d1c /src/client/qwaylandxdgpopup_p.h
parent24c0acd239b81e31e3876e5d3b409105d3a8281b (diff)
Include headers with full path
Fix build of programs using the private API outside QtWayland. Change-Id: Ib43ed1be8df8be3cc7b67588003cd7f0a6ff6eb1 Reviewed-by: Johan Helsing <johan.helsing@qt.io>
Diffstat (limited to 'src/client/qwaylandxdgpopup_p.h')
-rw-r--r--src/client/qwaylandxdgpopup_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/qwaylandxdgpopup_p.h b/src/client/qwaylandxdgpopup_p.h
index 1f211012d..ff5804113 100644
--- a/src/client/qwaylandxdgpopup_p.h
+++ b/src/client/qwaylandxdgpopup_p.h
@@ -47,9 +47,9 @@
#include <wayland-client.h>
-#include <QtWaylandClient/private/qwayland-xdg-shell.h>
#include <QtWaylandClient/qwaylandclientexport.h>
-#include "qwaylandshellsurface_p.h"
+#include <QtWaylandClient/private/qwayland-xdg-shell.h>
+#include <QtWaylandClient/private/qwaylandshellsurface_p.h>
QT_BEGIN_NAMESPACE