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.
This commit is contained in:
Xavi Artigas 2019-05-24 11:26:06 +02:00
parent 663a5ec27a
commit 00851ea53b
1 changed files with 2 additions and 2 deletions

View File

@ -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