ecore_cocoa: don't use Ecore_Cocoa's EAPI in Eina
authorJean Guyomarc'h <jean.guyomarch@gmail.com>
Tue, 5 Jan 2016 22:29:35 +0000 (23:29 +0100)
committerStefan Schmidt <stefan@osg.samsung.com>
Thu, 7 Jan 2016 11:03:04 +0000 (12:03 +0100)
src/lib/ecore_cocoa/Ecore_Cocoa.h

index 2a20050..8aacb0c 100644 (file)
@@ -18,6 +18,8 @@
 # warning "and is subject to change. You use this at your own risk."
 #endif
 
+#include <Eina.h>
+
 #ifdef EAPI
 # undef EAPI
 #endif
@@ -32,7 +34,6 @@
 # define EAPI
 #endif
 
-#include <Eina.h>
 #include "Ecore_Cocoa_Cursor.h"
 
 #ifdef __cplusplus