examples: adjust include path for headers no longer public headers

Since commit a4f0f08399 these header files are
no longer installed. Make sure the example have the correct path to actually
find teh files. If we no longer consider them public we might want to think
about removing the examples for them.

This commit fixes the examples build only.
This commit is contained in:
Stefan Schmidt 2016-03-23 14:59:21 +01:00
parent 41e26be07a
commit 13ae999211
2 changed files with 4 additions and 2 deletions

View File

@ -22,6 +22,8 @@
#include <canvas/evas_rectangle.eo.hh>
#include <canvas/evas_zoomable_interface.eo.hh>
#include "../../lib/evas/canvas/evas_grid.eo.hh"
namespace efl { namespace evas { // XXX only while we don't have namespaces in EFL
using ::evas::canvas;
using ::evas::object;

View File

@ -18,10 +18,10 @@
#include <Evas.hh>
#include <canvas/evas_canvas.eo.hh>
#include <canvas/evas_text.eo.hh>
#include <canvas/evas_image.eo.hh>
#include <canvas/evas_box.eo.hh>
#include "../../lib/evas/canvas/evas_text.eo.hh"
#include "../../lib/evas/canvas/evas_grid.eo.hh"
namespace efl { namespace evas {
using ::evas::canvas;