summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean Guyomarc'h <jean.guyomarch@gmail.com>2016-01-05 23:29:35 +0100
committerStefan Schmidt <stefan@osg.samsung.com>2016-01-07 12:03:04 +0100
commitf3ca5f6f3d83c2db72c8e8416431e86a4c0e0e86 (patch)
tree49910aaf6d7c634310f9bfd6918e84e76ef5e115
parent2ecd11e221a08b7ca52bc4f5943c08cba663b09b (diff)
downloadefl-f3ca5f6f3d83c2db72c8e8416431e86a4c0e0e86.tar.gz
ecore_cocoa: don't use Ecore_Cocoa's EAPI in Eina
-rw-r--r--src/lib/ecore_cocoa/Ecore_Cocoa.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/ecore_cocoa/Ecore_Cocoa.h b/src/lib/ecore_cocoa/Ecore_Cocoa.h
index 2a20050c70..8aacb0cecb 100644
--- a/src/lib/ecore_cocoa/Ecore_Cocoa.h
+++ b/src/lib/ecore_cocoa/Ecore_Cocoa.h
@@ -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