diff options
author | Cedric Bail <cedric.bail@samsung.com> | 2013-07-22 20:25:10 +0900 |
---|---|---|
committer | Cedric Bail <cedric.bail@samsung.com> | 2013-07-23 11:27:34 +0900 |
commit | 409cd8723d666de72ddcefdb68ef678b54891286 (patch) | |
tree | 22b22857f74c88501c2a17ecb2f0ea35e1d8cb14 /src/modules/datetime_input_ctxpopup | |
parent | e304f479a7a1bc109d1f118a52e8f58101057039 (diff) |
elementary: fix header inclusion order.
Diffstat (limited to 'src/modules/datetime_input_ctxpopup')
-rw-r--r-- | src/modules/datetime_input_ctxpopup/datetime_input_ctxpopup.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/modules/datetime_input_ctxpopup/datetime_input_ctxpopup.c b/src/modules/datetime_input_ctxpopup/datetime_input_ctxpopup.c index 5773b264f..d5595edd7 100644 --- a/src/modules/datetime_input_ctxpopup/datetime_input_ctxpopup.c +++ b/src/modules/datetime_input_ctxpopup/datetime_input_ctxpopup.c | |||
@@ -1,9 +1,10 @@ | |||
1 | #include <Elementary.h> | ||
2 | #include "elm_priv.h" | ||
3 | #ifdef HAVE_CONFIG_H | 1 | #ifdef HAVE_CONFIG_H |
4 | #include "elementary_config.h" | 2 | #include "elementary_config.h" |
5 | #endif | 3 | #endif |
6 | 4 | ||
5 | #include <Elementary.h> | ||
6 | #include "elm_priv.h" | ||
7 | |||
7 | #define DATETIME_FIELD_COUNT 6 | 8 | #define DATETIME_FIELD_COUNT 6 |
8 | #define FIELD_FORMAT_LEN 3 | 9 | #define FIELD_FORMAT_LEN 3 |
9 | #define DISKSELECTOR_MIN_ITEMS 4 | 10 | #define DISKSELECTOR_MIN_ITEMS 4 |