From: Pierre Vorhagen Date: Wed, 21 Mar 2012 10:02:09 +0000 (+0100) Subject: Use new xkbcommon includepath X-Git-Tag: TIZEN~105 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7df558db7bb8958cf2baa506c17b4960c19f0916;p=profile%2Fivi%2Fqtwayland.git Use new xkbcommon includepath Change-Id: I294e5e8511ae8319f11d516d452f9b8a0d149b75 Reviewed-by: Samuel Rødal --- diff --git a/config.tests/xkbcommon/main.cpp b/config.tests/xkbcommon/main.cpp index 9f10f3e..27422bf 100644 --- a/config.tests/xkbcommon/main.cpp +++ b/config.tests/xkbcommon/main.cpp @@ -38,7 +38,7 @@ ** ****************************************************************************/ -#include +#include #include #include diff --git a/src/plugins/platforms/wayland/qwaylandinputdevice.cpp b/src/plugins/platforms/wayland/qwaylandinputdevice.cpp index 8731439..c5b5eee 100644 --- a/src/plugins/platforms/wayland/qwaylandinputdevice.cpp +++ b/src/plugins/platforms/wayland/qwaylandinputdevice.cpp @@ -57,7 +57,7 @@ #include #ifndef QT_NO_WAYLAND_XKB -#include +#include #include #endif