edje: reorder header for less problem at linking time.
authorCedric Bail <cedric.bail@free.fr>
Sun, 5 May 2013 07:00:01 +0000 (16:00 +0900)
committerCedric Bail <cedric.bail@free.fr>
Sun, 5 May 2013 07:03:53 +0000 (16:03 +0900)
src/lib/edje/Edje.h
src/lib/edje/Edje_Eo.h

index 266200a..8a460e9 100644 (file)
@@ -213,6 +213,7 @@ param in edje programs
 #include <limits.h>
 
 #include <Evas.h>
+#include <Eo.h>
 
 #ifdef EAPI
 # undef EAPI
index 956a716..941aee4 100644 (file)
@@ -1,5 +1,3 @@
-#include <Eo.h>
-
 #define EDJE_OBJ_CLASS edje_object_class_get()
 
 const Eo_Class *edje_object_class_get(void) EINA_CONST;