evas: fix compilation with -Dwl=false

Reviewed-by: Chris Michael <cp.michael@samsung.com>
Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D10994
This commit is contained in:
Boris Faure 2020-01-02 11:38:31 +00:00 committed by Marcel Hollerbach
parent 3cc8ea77fa
commit a2afcfc872
1 changed files with 0 additions and 2 deletions

View File

@ -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