bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=26035da7b01173916fe6057c20b3c8b1df759973

commit 26035da7b01173916fe6057c20b3c8b1df759973
Author: Mike Blumenkrantz <[email protected]>
Date:   Fri Sep 27 11:05:24 2019 -0400

    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 <[email protected]>
    Differential Revision: https://phab.enlightenment.org/D10231
---
 src/lib/elementary/Efl_Ui.h | 4 ++--
 1 file 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>

-- 


Reply via email to