diff options
author | Mike Blumenkrantz <zmike@samsung.com> | 2019-03-07 10:39:06 -0500 |
---|---|---|
committer | Cedric BAIL <cedric.bail@free.fr> | 2019-03-07 14:16:57 -0800 |
commit | 14df465ce3c3bee305535b448bd58a5eae8bbab0 (patch) | |
tree | 6754d3b633fd4b377ea220f95224f04a030e4a9b /src/bin/elementary/test_ui_slider_interval.c | |
parent | 0134c04446684e9651acd7ff05a969a16753058c (diff) |
elm: explicitly include Efl_Ui.h in binaries
it looks like people have been relying on Elementary.h to include
eo apis even though this obviously makes no sense
Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D8223
Diffstat (limited to 'src/bin/elementary/test_ui_slider_interval.c')
-rw-r--r-- | src/bin/elementary/test_ui_slider_interval.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/elementary/test_ui_slider_interval.c b/src/bin/elementary/test_ui_slider_interval.c index 5fa9350..3e4bdcd 100644 --- a/src/bin/elementary/test_ui_slider_interval.c +++ b/src/bin/elementary/test_ui_slider_interval.c | |||
@@ -1,6 +1,7 @@ | |||
1 | #ifdef HAVE_CONFIG_H | 1 | #ifdef HAVE_CONFIG_H |
2 | # include "elementary_config.h" | 2 | # include "elementary_config.h" |
3 | #endif | 3 | #endif |
4 | #include <Efl_Ui.h> | ||
4 | #include <Elementary.h> | 5 | #include <Elementary.h> |
5 | 6 | ||
6 | static double | 7 | static double |