From f98d1e52ba334f85b5f621d01828ec1fe532eca5 Mon Sep 17 00:00:00 2001 From: Jaehyun Cho Date: Mon, 11 Dec 2017 16:03:41 +0900 Subject: [PATCH] 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 #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;