cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=619d0f3cff023414feb8f2aaeebf468806c50b44
commit 619d0f3cff023414feb8f2aaeebf468806c50b44 Author: Cedric BAIL <[email protected]> Date: Tue Nov 14 14:17:00 2017 -0800 ecore: remove EFL_OBJECT_BETA as Efl_Core.h is for Efl new inerfaces. --- src/lib/ecore/Efl_Core.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/lib/ecore/Efl_Core.h b/src/lib/ecore/Efl_Core.h index 585f847b55..8981d4862d 100644 --- a/src/lib/ecore/Efl_Core.h +++ b/src/lib/ecore/Efl_Core.h @@ -64,9 +64,7 @@ extern "C" { extern EAPI double _efl_startup_time; #include "Ecore_Common.h" -#ifdef EFL_OBJECT_BETA -# include "Ecore_Eo.h" -#endif +#include "Ecore_Eo.h" #ifdef __cplusplus } --
