evas: fix compilation with -Dwl=false
authorBoris Faure <billiob@gmail.com>
Thu, 2 Jan 2020 11:38:31 +0000 (11:38 +0000)
committerJongmin Lee <jm105.lee@samsung.com>
Sun, 5 Jan 2020 21:53:51 +0000 (06:53 +0900)
Reviewed-by: Chris Michael <cp.michael@samsung.com>
Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D10994

src/modules/evas/engines/gl_drm/evas_engine.c

index b2bb0b9..0a37bda 100755 (executable)
@@ -3,8 +3,6 @@
 #include "../gl_common/evas_gl_define.h"
 #include "../software_generic/evas_native_common.h"
 
-#include <wayland-client.h>
-
 #ifdef HAVE_DLSYM
 # include <dlfcn.h>      /* dlopen,dlclose,etc */
 #else