summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2016-12-02 14:00:23 -0500
committerChris Michael <cp.michael@samsung.com>2016-12-02 14:25:10 -0500
commitdc430179069e7a3c3cd67f6b271c38b3543db66e (patch)
treefcc796b763778878dba15fb7f79fc195e8fa9c62
parentd33e0d34e0ff6f3ebac0ade1404028dafd50acb7 (diff)
downloadefl-dc430179069e7a3c3cd67f6b271c38b3543db66e.tar.gz
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 <cp.michael@samsung.com>
-rw-r--r--src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_egl.c2
-rw-r--r--src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_shm.c2
2 files changed, 0 insertions, 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 f342252a83..0ecd868975 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 e538f99b99..b01d02bf18 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