ecore_cocoa: don't use Ecore_Cocoa's EAPI in Eina

This commit is contained in:
Jean Guyomarc'h 2016-01-05 23:29:35 +01:00 committed by Stefan Schmidt
parent 2ecd11e221
commit f3ca5f6f3d
1 changed files with 2 additions and 1 deletions

View File

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