From 00851ea53b7d87c2b5be244d4fba0af9253f8039 Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Fri, 24 May 2019 11:26:06 +0200 Subject: [PATCH] Fix last missing reference to old efl_orientation headers This is now efl_gfx_orientable. We are not building the C++ examples, so I did not pick this up sooner. Travis does not build C++ bidings at all. --- src/lib/evas/canvas/evas_image_eo.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/evas/canvas/evas_image_eo.hh b/src/lib/evas/canvas/evas_image_eo.hh index bccd96ce23..a94596cd02 100644 --- a/src/lib/evas/canvas/evas_image_eo.hh +++ b/src/lib/evas/canvas/evas_image_eo.hh @@ -29,7 +29,7 @@ extern "C" { #include "efl_loop.eo.h" #include "efl_loop_consumer.eo.h" #include "efl_object.eo.h" -#include "efl_orientation.eo.h" +#include "efl_gfx_orientable.eo.h" #include "efl_ui_i18n.eo.h" #include "evas_image_eo.h" } @@ -61,7 +61,7 @@ extern "C" { #include "efl_loop.eo.hh" #include "efl_loop_consumer.eo.hh" #include "efl_object.eo.hh" -#include "efl_orientation.eo.hh" +#include "efl_gfx_orientable.eo.hh" #include "efl_ui_i18n.eo.hh" #ifndef EVAS_IMAGE_FWD_GUARD #define EVAS_IMAGE_FWD_GUARD