jaehyun pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f98d1e52ba334f85b5f621d01828ec1fe532eca5
commit f98d1e52ba334f85b5f621d01828ec1fe532eca5 Author: Jaehyun Cho <[email protected]> Date: Mon Dec 11 16:03:41 2017 +0900 efl_ui_popup_alert_scroll: Move BETA macro before Elementary.h --- src/lib/elementary/efl_ui_popup_alert_scroll.c | 2 ++ src/lib/elementary/efl_ui_popup_alert_scroll_private.h | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/elementary/efl_ui_popup_alert_scroll.c b/src/lib/elementary/efl_ui_popup_alert_scroll.c index 64025d6864..c7c5194b9e 100644 --- a/src/lib/elementary/efl_ui_popup_alert_scroll.c +++ b/src/lib/elementary/efl_ui_popup_alert_scroll.c @@ -2,6 +2,8 @@ # include "elementary_config.h" #endif +#define EFL_UI_POPUP_ALERT_SCROLL_BETA + #include <Elementary.h> #include "elm_priv.h" diff --git a/src/lib/elementary/efl_ui_popup_alert_scroll_private.h b/src/lib/elementary/efl_ui_popup_alert_scroll_private.h index 68b5ef090c..290eaa75ad 100644 --- a/src/lib/elementary/efl_ui_popup_alert_scroll_private.h +++ b/src/lib/elementary/efl_ui_popup_alert_scroll_private.h @@ -1,8 +1,6 @@ #ifndef EFL_UI_POPUP_ALERT_SCROLL_H #define EFL_UI_POPUP_ALERT_SCROLL_H -#define EFL_UI_POPUP_ALERT_SCROLL_BETA - #include "Elementary.h" typedef struct _Efl_Ui_Popup_Alert_Scroll_Data Efl_Ui_Popup_Alert_Scroll_Data; --
