diff options
author | Jean Guyomarc'h <jean.guyomarch@gmail.com> | 2016-01-05 23:29:35 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2016-01-07 12:03:04 +0100 |
commit | f3ca5f6f3d83c2db72c8e8416431e86a4c0e0e86 (patch) | |
tree | 49910aaf6d7c634310f9bfd6918e84e76ef5e115 /src/lib/ecore_cocoa | |
parent | 2ecd11e221a08b7ca52bc4f5943c08cba663b09b (diff) |
ecore_cocoa: don't use Ecore_Cocoa's EAPI in Eina
Diffstat (limited to 'src/lib/ecore_cocoa')
-rw-r--r-- | src/lib/ecore_cocoa/Ecore_Cocoa.h | 3 |
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 @@ | |||
18 | # warning "and is subject to change. You use this at your own risk." | 18 | # warning "and is subject to change. You use this at your own risk." |
19 | #endif | 19 | #endif |
20 | 20 | ||
21 | #include <Eina.h> | ||
22 | |||
21 | #ifdef EAPI | 23 | #ifdef EAPI |
22 | # undef EAPI | 24 | # undef EAPI |
23 | #endif | 25 | #endif |
@@ -32,7 +34,6 @@ | |||
32 | # define EAPI | 34 | # define EAPI |
33 | #endif | 35 | #endif |
34 | 36 | ||
35 | #include <Eina.h> | ||
36 | #include "Ecore_Cocoa_Cursor.h" | 37 | #include "Ecore_Cocoa_Cursor.h" |
37 | 38 | ||
38 | #ifdef __cplusplus | 39 | #ifdef __cplusplus |