summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@samsung.com>2019-09-27 11:05:24 -0400
committerMarcel Hollerbach <mail@marcel-hollerbach.de>2019-09-30 10:01:00 +0200
commitc8650acec3cea9708b70c04267402bc577085ea7 (patch)
treef2ccfdf2808ddb1df302a0a71e6a52175f09d6eb
parent8c927206844670d2783f838847c4742651608356 (diff)
downloadefl-c8650acec3cea9708b70c04267402bc577085ea7.tar.gz
efl_ui: explicitly include eo headers for a couple types
the general headers here pull in legacy headers, which is bad Differential Revision: https://phab.enlightenment.org/D10231
-rw-r--r--src/lib/elementary/Efl_Ui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/elementary/Efl_Ui.h b/src/lib/elementary/Efl_Ui.h
index 060fdc93c1..a546fa4359 100644
--- a/src/lib/elementary/Efl_Ui.h
+++ b/src/lib/elementary/Efl_Ui.h
@@ -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>