efl_ui: explicitly include eo headers for a couple types

the general headers here pull in legacy headers, which is bad

Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D10231
This commit is contained in:
Mike Blumenkrantz 2019-09-27 11:05:24 -04:00 committed by Marcel Hollerbach
parent 87d1d8f7e6
commit 26035da7b0
1 changed files with 2 additions and 2 deletions

View File

@ -253,8 +253,8 @@ EAPI Eina_Bool efl_ui_win_autodel_get(const Efl_Ui_Win *obj);
# include <efl_ui_text_async.eo.h>
# include <efl_ui_animation_view.eo.h>
# include <efl_ui_clock.h>
# include <efl_ui_video.h>
# include <efl_ui_clock.eo.h>
# include <efl_ui_video.eo.h>
# include <efl_ui_widget_factory.eo.h>
# include <efl_ui_image_factory.eo.h>