ecore_evas_extn: fix build warning 96/140896/1
authorSangjin Lee <lsj119@samsung.com>
Thu, 27 Jul 2017 02:28:41 +0000 (11:28 +0900)
committerSangjin Lee <lsj119@samsung.com>
Thu, 27 Jul 2017 05:44:58 +0000 (14:44 +0900)
remove the wayland-server.h

Change-Id: I7be330bda2a6be611ae363424e4a6728615763a5

src/modules/ecore_evas/engines/extn/ecore_evas_extn_engine.h

index 96a94ae..3fe2613 100644 (file)
@@ -40,7 +40,6 @@
 // TIZEN ONLY (170220): request e19 compositor to create socket
 #if HAVE_ECORE_WAYLAND
 # include <Ecore_Wayland.h>
-# include <wayland-server.h>
 # include <tizen-extension-client-protocol.h>
 #endif
 // TIZEN ONLY: END