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 7d4bd522889b0300cbfd9d0c57b6403c0322fca8..e963c6ad3b39b436ada45e7c4d3f9827664d7775 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 06694d9251874cba60686ea823ce2365f9bc8242..0ad65eec3833b89e07acc2550df4dd137dada68c 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>