From 55de5c61cdc896eb3916068044f5355617955e3f Mon Sep 17 00:00:00 2001 From: Derek Foreman Date: Tue, 1 Nov 2016 15:47:08 -0500 Subject: [PATCH] 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 -#endif #define _smart_frame_type "ecore_evas_wl_frame" -- 2.7.4