evas: header order are important.

First system, then EFL public, then EFL internal. If not, you break windows
build.
This commit is contained in:
Cedric Bail 2013-11-21 15:18:42 +09:00
parent c9f6889bf6
commit c113bdcfcf
1 changed files with 6 additions and 6 deletions

View 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