summaryrefslogtreecommitdiffstats
path: root/tests/auto/compositor/mockclient.h
diff options
context:
space:
mode:
authorJorgen Lind <jorgen.lind@digia.com>2014-01-09 12:24:24 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-09 14:18:50 +0100
commitc9734e76ce03ebba63e34b60b16a9cca3efa3569 (patch)
treed71e8b3e57b88602ee42e883a29c40b1b0a20dc1 /tests/auto/compositor/mockclient.h
parent3323630585ea40842db42ad64ad45fe5b465a5b8 (diff)
Include wayland-client with < and not "
Change-Id: Ida61437bb76c81ee2af57856d9be9694e2fdb4a4 Reviewed-by: Andrew Knight <andrew.knight@digia.com>
Diffstat (limited to 'tests/auto/compositor/mockclient.h')
-rw-r--r--tests/auto/compositor/mockclient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/compositor/mockclient.h b/tests/auto/compositor/mockclient.h
index fa7c28a81..db748df4e 100644
--- a/tests/auto/compositor/mockclient.h
+++ b/tests/auto/compositor/mockclient.h
@@ -39,7 +39,7 @@
**
****************************************************************************/
-#include "wayland-client.h"
+#include <wayland-client.h>
#include <QObject>
#include <QImage>