devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=dc430179069e7a3c3cd67f6b271c38b3543db66e
commit dc430179069e7a3c3cd67f6b271c38b3543db66e Author: Chris Michael <[email protected]> Date: Fri Dec 2 14:00:23 2016 -0500 ecore-evas-wayland: Remove unused includes As most of the "hard work" has been moved into ecore_evas_wayland_common file, these includes are no longer needed here. Signed-off-by: Chris Michael <[email protected]> --- src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_egl.c | 2 -- src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_shm.c | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_egl.c b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_egl.c index f342252..0ecd868 100644 --- a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_egl.c +++ b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_egl.c @@ -4,8 +4,6 @@ # include <stdlib.h> # include <string.h> # include <unistd.h> -# include <sys/types.h> -# include <sys/mman.h> #ifdef EAPI # undef EAPI diff --git a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_shm.c b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_shm.c index e538f99..b01d02b 100644 --- a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_shm.c +++ b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_shm.c @@ -4,8 +4,6 @@ # include <stdlib.h> # include <string.h> # include <unistd.h> -# include <sys/types.h> -# include <sys/mman.h> #ifdef EAPI # undef EAPI --
