diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/elementary/elm_main.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/elementary/elm_main.c b/src/lib/elementary/elm_main.c index 007e886c7f..646b2ee474 100644 --- a/src/lib/elementary/elm_main.c +++ b/src/lib/elementary/elm_main.c | |||
@@ -17,8 +17,11 @@ | |||
17 | #include <Emotion.h> | 17 | #include <Emotion.h> |
18 | 18 | ||
19 | #include <Elementary.h> | 19 | #include <Elementary.h> |
20 | #include "elm_priv.h" | 20 | |
21 | #include "eina_internal.h" | ||
21 | #include "ecore_internal.h" | 22 | #include "ecore_internal.h" |
23 | |||
24 | #include "elm_priv.h" | ||
22 | #include "elm_interface_scrollable.h" | 25 | #include "elm_interface_scrollable.h" |
23 | 26 | ||
24 | //we need those for legacy compatible code | 27 | //we need those for legacy compatible code |