evas: header order are important.
authorCedric Bail <cedric.bail@samsung.com>
Thu, 21 Nov 2013 06:18:42 +0000 (15:18 +0900)
committerCedric Bail <cedric.bail@samsung.com>
Thu, 21 Nov 2013 06:18:42 +0000 (15:18 +0900)
First system, then EFL public, then EFL internal. If not, you break windows
build.

src/lib/evas/canvas/evas_main.c

index a932c2b..672c85b 100644 (file)
@@ -1,3 +1,9 @@
+#include <Eo.h>
+
+#ifdef BUILD_LOADER_EET
+# include <Eet.h>
+#endif
+
 #include "evas_common_private.h"
 #include "evas_private.h"
 //#include "evas_cs.h"
@@ -5,12 +11,6 @@
 #include "evas_cs2_private.h"
 #endif
 
-#include <Eo.h>
-
-#ifdef BUILD_LOADER_EET
-# include <Eet.h>
-#endif
-
 EAPI Eo_Op EVAS_CANVAS_BASE_ID = EO_NOOP;
 
 #define MY_CLASS EVAS_CLASS