ecore_evas_wayland: Don't include Evas_Engine_Wayland_Egl.h
authorDerek Foreman <derekf@osg.samsung.com>
Tue, 1 Nov 2016 20:47:08 +0000 (15:47 -0500)
committerDerek Foreman <derekf@osg.samsung.com>
Wed, 2 Nov 2016 18:37:01 +0000 (13:37 -0500)
There doesn't seem to be any need for this.

src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c

index fd5b91c..55f865d 100644 (file)
@@ -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"