Removes unnecessarily included header files 79/187079/1
authorhyunho <hhstark.kang@samsung.com>
Mon, 20 Aug 2018 00:39:24 +0000 (09:39 +0900)
committerhyunho <hhstark.kang@samsung.com>
Mon, 20 Aug 2018 00:39:24 +0000 (09:39 +0900)
Change-Id: I83e6f94419b62fa9d76d65e2f69966266129bca5
Signed-off-by: hyunho <hhstark.kang@samsung.com>
screen_connector_watcher_evas/include/screen_connector_toolkit_evas.h
screen_connector_watcher_evas/src/screen_connector_toolkit_evas.cc

index 7d4bd52..e963c6a 100644 (file)
@@ -20,8 +20,6 @@
 #include <Evas.h>
 #include <tizen.h>
 #include <tizen_type.h>
-#include <wayland-client.h>
-#include <wayland-tbm-client.h>
 #include <screen_connector_toolkit.h>
 #include <screen_connector_common_evas.h>
 
index 06694d9..0ad65ee 100644 (file)
@@ -26,6 +26,9 @@
 #include <tbm_surface.h>
 #include <tbm_surface_internal.h>
 #include <uuid/uuid.h>
+#include <wayland-client.h>
+#include <wayland-tbm-client.h>
+
 #include <map>
 #include <list>
 #include <algorithm>