elm: explicitly include Efl_Ui.h in binaries
authorMike Blumenkrantz <zmike@samsung.com>
Thu, 7 Mar 2019 15:39:06 +0000 (10:39 -0500)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 14 Mar 2019 05:46:28 +0000 (14:46 +0900)
commitbe4f61eb7e3256a7a9edbfa35f5d4528453adabb
treecc39bffb6ba1bc9139b48789d9e200f312c79c77
parent48006da0489cba43956c362d59b72adfbbe0c509
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
70 files changed:
src/bin/elementary/test.c
src/bin/elementary/test_bg.c
src/bin/elementary/test_box.c
src/bin/elementary/test_calendar.c
src/bin/elementary/test_code.c
src/bin/elementary/test_efl_gfx_mapping.c
src/bin/elementary/test_efl_ui_text.c
src/bin/elementary/test_evas_map.c
src/bin/elementary/test_evas_mask.c
src/bin/elementary/test_evas_snapshot.c
src/bin/elementary/test_events.c
src/bin/elementary/test_gfx_filters.c
src/bin/elementary/test_glview.c
src/bin/elementary/test_image.c
src/bin/elementary/test_nstate.c
src/bin/elementary/test_part_bg.c
src/bin/elementary/test_part_shadow.c
src/bin/elementary/test_photocam.c
src/bin/elementary/test_ui_box.c
src/bin/elementary/test_ui_button.c
src/bin/elementary/test_ui_clock.c
src/bin/elementary/test_ui_datepicker.c
src/bin/elementary/test_ui_pager.c
src/bin/elementary/test_ui_pager_scroll.c
src/bin/elementary/test_ui_panel.c
src/bin/elementary/test_ui_panes.c
src/bin/elementary/test_ui_popup.c
src/bin/elementary/test_ui_progressbar.c
src/bin/elementary/test_ui_relative_layout.c
src/bin/elementary/test_ui_scroller.c
src/bin/elementary/test_ui_slider.c
src/bin/elementary/test_ui_slider_interval.c
src/bin/elementary/test_ui_spin.c
src/bin/elementary/test_ui_spin_button.c
src/bin/elementary/test_ui_stack.c
src/bin/elementary/test_ui_tab_pager.c
src/bin/elementary/test_ui_table.c
src/bin/elementary/test_ui_table_static.c
src/bin/elementary/test_ui_tags.c
src/bin/elementary/test_ui_textpath.c
src/bin/elementary/test_ui_timepicker.c
src/bin/elementary/test_win_dialog.c
src/bin/elementary/test_win_indicator.c
src/bin/elementary/test_win_inline.c
src/bin/elementary/test_win_stack.c
src/examples/elementary/button_cxx_example_01.cc
src/examples/elementary/efl_canvas_layout_text.c
src/examples/elementary/efl_ui_grid_example_1.c
src/examples/elementary/efl_ui_list_example_1.c
src/examples/elementary/efl_ui_list_view_example_1.c
src/examples/elementary/efl_ui_list_view_example_2.c
src/examples/elementary/efl_ui_list_view_example_3.c
src/examples/elementary/efl_ui_relative_layout_example_01.c
src/examples/elementary/efl_ui_relative_layout_example_02.c
src/examples/elementary/efl_ui_scroller_example.c
src/examples/elementary/efl_ui_theme_example_01.c
src/examples/elementary/efl_ui_theme_example_02.c
src/examples/elementary/layout_property_bind.c
src/examples/elementary/popup_cxx_example.cc
src/examples/elementary/radio_cxx_example_01.cc
src/examples/elementary/slider_cxx_example.cc
src/examples/elementary/toolbar_cxx_example_01.cc
src/tests/elementary/efl_ui_test_atspi.c
src/tests/elementary/efl_ui_test_box.c
src/tests/elementary/efl_ui_test_grid.c
src/tests/elementary/efl_ui_test_relative_layout.c
src/tests/elementary/efl_ui_test_table.c
src/tests/elementary/elm_test_config.c
src/tests/elementary/elm_test_image.c
src/tests/elementary/elm_test_spinner.c