cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=003d2d582303b302d41048ae42c7a66c6e907a3d

commit 003d2d582303b302d41048ae42c7a66c6e907a3d
Author: Cedric Bail <ced...@osg.samsung.com>
Date:   Tue Nov 14 20:13:29 2017 -0800

    elementary: only include Efl_Ui.h when BETA API is requested.
---
 src/lib/elementary/Elementary.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/lib/elementary/Elementary.h b/src/lib/elementary/Elementary.h
index bf41fdea47..806e04821e 100644
--- a/src/lib/elementary/Elementary.h
+++ b/src/lib/elementary/Elementary.h
@@ -291,6 +291,10 @@ EAPI extern Elm_Version *elm_version;
 
 #include <elm_helper.h>
 
+#if defined (EFL_EO_API_SUPPORT) && defined (EFL_BETA_API_SUPPORT)
+# include "Efl_Ui.h"
+#endif
+
 #ifdef __cplusplus
 }
 #endif

-- 


Reply via email to