derekf pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=55de5c61cdc896eb3916068044f5355617955e3f
commit 55de5c61cdc896eb3916068044f5355617955e3f Author: Derek Foreman <[email protected]> Date: Tue Nov 1 15:47:08 2016 -0500 ecore_evas_wayland: Don't include Evas_Engine_Wayland_Egl.h There doesn't seem to be any need for this. --- src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c index fd5b91c..55f865d 100644 --- a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c +++ b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c @@ -3,9 +3,6 @@ #endif #include "ecore_evas_wayland_private.h" -#ifdef BUILD_ECORE_EVAS_WAYLAND_EGL -# include <Evas_Engine_Wayland_Egl.h> -#endif #define _smart_frame_type "ecore_evas_wl_frame" --
