jpeg pushed a commit to branch master.

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

commit a75b3dcdfbe0760972c8b4d55a90dc6250bd1e45
Author: Jean-Philippe Andre <[email protected]>
Date:   Tue Nov 7 10:39:28 2017 +0900

    elm: Try to fix compilation (link) for OSX
---
 src/modules/elementary/clock_input_ctxpopup/clock_input_ctxpopup.c | 2 +-
 src/modules/elementary/test_map/mod.c                              | 1 -
 src/modules/elementary/web/none/elm_web_none.c                     | 2 +-
 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
 

-- 


Reply via email to