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_button.c | |
parent | 0134c04446684e9651acd7ff05a969a16753058c (diff) | |
download | efl-14df465ce3c3bee305535b448bd58a5eae8bbab0.tar.gz |
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_button.c')
-rw-r--r-- | src/bin/elementary/test_ui_button.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/elementary/test_ui_button.c b/src/bin/elementary/test_ui_button.c index 7c5cce3c34..1696a6d9ee 100644 --- a/src/bin/elementary/test_ui_button.c +++ b/src/bin/elementary/test_ui_button.c @@ -1,6 +1,7 @@ #ifdef HAVE_CONFIG_H # include "elementary_config.h" #endif +#include <Efl_Ui.h> #include <Elementary.h> static void |