evas: Fix make check (evas_suite compilation)
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 21 Feb 2017 06:11:32 +0000 (15:11 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 21 Feb 2017 06:15:10 +0000 (15:15 +0900)
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.

src/tests/evas/evas_test_filters.c
src/tests/evas/evas_test_matrix.c
src/tests/evas/evas_test_mesh.c

index 65028a7..f6d4ccd 100644 (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>
 
index 95e320f..e8fb891 100644 (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"
 
index c19b697..9eaeac4 100644 (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"