summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Philippe Andre <jp.andre@samsung.com>2017-11-07 10:39:28 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2017-11-07 10:43:07 +0900
commita75b3dcdfbe0760972c8b4d55a90dc6250bd1e45 (patch)
tree9b06ac1f7d8252d94e3bcab4f7bda8dbc7a2688c
parent066f2c5cb75b940d8c972d7eeaa8e08287c65b20 (diff)
downloadefl-a75b3dcdfbe0760972c8b4d55a90dc6250bd1e45.tar.gz
elm: Try to fix compilation (link) for OSX
-rw-r--r--src/modules/elementary/clock_input_ctxpopup/clock_input_ctxpopup.c2
-rw-r--r--src/modules/elementary/test_map/mod.c1
-rw-r--r--src/modules/elementary/web/none/elm_web_none.c2
3 files changed, 2 insertions, 3 deletions
diff --git a/src/modules/elementary/clock_input_ctxpopup/clock_input_ctxpopup.c b/src/modules/elementary/clock_input_ctxpopup/clock_input_ctxpopup.c
index dcb8bf7293..72884b96a7 100644
--- a/src/modules/elementary/clock_input_ctxpopup/clock_input_ctxpopup.c
+++ b/src/modules/elementary/clock_input_ctxpopup/clock_input_ctxpopup.c
@@ -3,11 +3,11 @@
#endif
#include <Elementary.h>
+#include "elm_module_helper.h"
#include "elm_widget.h"
#include "efl_ui_clock_private.h"
#include "elm_ctxpopup_item.eo.h"
#include "elm_ctxpopup.eo.h"
-#include "elm_module_helper.h"
#define CLOCK_FIELD_COUNT 8
#define FIELD_FORMAT_LEN 3
diff --git a/src/modules/elementary/test_map/mod.c b/src/modules/elementary/test_map/mod.c
index fd5dcdb03e..884375a0a3 100644
--- a/src/modules/elementary/test_map/mod.c
+++ b/src/modules/elementary/test_map/mod.c
@@ -4,7 +4,6 @@
#include "Elementary.h"
#include "elm_widget_map.h"
-#include <Eina.h>
#include "elm_module_helper.h"
EAPI Eina_Stringshare *
diff --git a/src/modules/elementary/web/none/elm_web_none.c b/src/modules/elementary/web/none/elm_web_none.c
index 91292e0bd4..acdf97c968 100644
--- a/src/modules/elementary/web/none/elm_web_none.c
+++ b/src/modules/elementary/web/none/elm_web_none.c
@@ -8,8 +8,8 @@
#include "elm_priv.h"
#include "elm_widget_web.h"
-#include "elm_web_none.eo.h"
#include "elm_module_helper.h"
+#include "elm_web_none.eo.h"
#define MY_CLASS ELM_WEB_CLASS