summaryrefslogtreecommitdiff
path: root/src/modules/elementary
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2017-12-20 17:25:11 +0900
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2017-12-20 17:26:32 +0900
commit5436908d7ba5a53455583a83f7c6dedf63ecf555 (patch)
tree283267eaff0a57b0315ea3fe4e9c51aa9338e29c /src/modules/elementary
parentc102ab9b2fb4f5bdf28723a85dab95b9571e5026 (diff)
downloadefl-5436908d7ba5a53455583a83f7c6dedf63ecf555.tar.gz
try and fix osx build with symbols missing...
try and fix T6448 last comment. not sure if it does...
Diffstat (limited to 'src/modules/elementary')
-rw-r--r--src/modules/elementary/clock_input_ctxpopup/clock_input_ctxpopup.c2
1 files changed, 1 insertions, 1 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 9e9d08dcb2..1bfbd083ff 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