Ecore: Try to fix build for windows

Move efl.h above ecore.h to not mess with EAPI's dllimport
vs. dllexport definition. This addresses T3423.
This commit is contained in:
Jean-Philippe Andre 2016-04-07 15:25:42 +09:00
parent 4e4b42ec03
commit 83a591b335
1 changed files with 1 additions and 1 deletions

View File

@ -27,10 +27,10 @@
# include <Evil.h>
#endif
#include <Eina.h>
#include <Efl.h>
#include "Ecore.h"
#include "ecore_private.h"
#include "Efl.h"
#if defined(HAVE_MALLINFO) || defined(HAVE_MALLOC_INFO)
#include <malloc.h>