From 83a591b335dda4e4fabb68b6127152c2a4ce2267 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Thu, 7 Apr 2016 15:25:42 +0900 Subject: [PATCH] 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. --- src/lib/ecore/ecore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ecore/ecore.c b/src/lib/ecore/ecore.c index 6c326a7f3c..2f1d780918 100644 --- a/src/lib/ecore/ecore.c +++ b/src/lib/ecore/ecore.c @@ -27,10 +27,10 @@ # include #endif #include +#include #include "Ecore.h" #include "ecore_private.h" -#include "Efl.h" #if defined(HAVE_MALLINFO) || defined(HAVE_MALLOC_INFO) #include