evas: Fix make check (evas_suite compilation)

This fixes issues where Evas_Object_Intercept_Cb_Type was not
defined, as this is defined in Evas_Legacy.h (unfortunately...
as it's used by elementary), but the private headers defining
EFL_CANVAS_OBJECT_PROTECTED were included after Evas_Legacy.h.
This commit is contained in:
Jean-Philippe Andre 2017-02-21 15:11:32 +09:00
parent 8736af5d4a
commit db71d94173
3 changed files with 1 additions and 3 deletions

View File

@ -11,7 +11,7 @@
#define EFL_GFX_FILTER_BETA
#include <Evas.h>
#include "../../lib/evas/include/evas_common_private.h"
#include "../../lib/evas/include/evas_filter.h"
#include <Ecore_Evas.h>

View File

@ -7,7 +7,6 @@
#include <sys/stat.h>
#include <unistd.h>
#include <Evas.h>
#include "../../lib/evas/include/evas_common_private.h"
#include "../../lib/evas/include/evas_private.h"

View File

@ -5,7 +5,6 @@
#include <stdio.h>
#include <unistd.h>
#include <Evas.h>
#include "../../lib/evas/include/evas_common_private.h"
#include "../../lib/evas/include/evas_private.h"