evas: fixing headers order for windows build is insane.

This commit is contained in:
Cedric Bail 2013-11-21 16:08:55 +09:00
parent e11df0e085
commit 3b42ecbe1e
2 changed files with 5 additions and 7 deletions

View File

@ -1,11 +1,4 @@
#include "evas_common_private.h"
#include <Eo.h>
#ifdef BUILD_LOADER_EET
# include <Eet.h>
#endif
#include "evas_private.h"
//#include "evas_cs.h"
#ifdef EVAS_CSERVE2

View File

@ -48,6 +48,11 @@
#endif
#include <Eina.h>
#include <Eo.h>
#ifdef BUILD_LOADER_EET
# include <Eet.h>
#endif
#include "Evas.h"
//#include "Evas_GL.h"