edje: reorder header for less problem at linking time.

This commit is contained in:
Cedric Bail 2013-05-05 16:00:01 +09:00
parent 433e123428
commit 7cac6667e6
2 changed files with 1 additions and 2 deletions

View File

@ -213,6 +213,7 @@ param in edje programs
#include <limits.h>
#include <Evas.h>
#include <Eo.h>
#ifdef EAPI
# undef EAPI

View 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;