summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-07-03 13:50:03 +0000
committerJames Thomas <james.thomas@codethink.co.uk>2014-10-02 16:03:55 +0100
commit633ce4f89f695c575bdfc080551b0e59c8287427 (patch)
tree7b80cf13672a4f981334aed2222adeee8206f24e
parent278437417d1ac0958a800eecfebd2a388d6d9ca7 (diff)
downloadwayland-ivi-extension-633ce4f89f695c575bdfc080551b0e59c8287427.tar.gz
Fix includes for weston's compositor.hbaserock/genivi/1.2.0
-rw-r--r--weston-ivi-shell/src/ivi-layout-export.h2
-rw-r--r--weston-ivi-shell/src/ivi-layout.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/weston-ivi-shell/src/ivi-layout-export.h b/weston-ivi-shell/src/ivi-layout-export.h
index f0654f1..5398cea 100644
--- a/weston-ivi-shell/src/ivi-layout-export.h
+++ b/weston-ivi-shell/src/ivi-layout-export.h
@@ -49,7 +49,7 @@
extern "C" {
#endif /* __cplusplus */
-#include "compositor.h"
+#include "weston/compositor.h"
#include "ivi-layout.h"
struct ivi_layout_layer;
diff --git a/weston-ivi-shell/src/ivi-layout.h b/weston-ivi-shell/src/ivi-layout.h
index 8cca33c..65edd41 100644
--- a/weston-ivi-shell/src/ivi-layout.h
+++ b/weston-ivi-shell/src/ivi-layout.h
@@ -49,7 +49,7 @@
extern "C" {
#endif /* __cplusplus */
-#include "compositor.h"
+#include "weston/compositor.h"
struct ivi_layout_surface;
struct ivi_layout_layer;