compositor: move including headers to private.h 45/241245/2
authorSeunghun Lee <shiin.lee@samsung.com>
Mon, 3 Aug 2020 11:24:46 +0000 (20:24 +0900)
committerSeunghun Lee <shiin.lee@samsung.com>
Wed, 19 Aug 2020 16:45:12 +0000 (01:45 +0900)
Change-Id: I925acdebd59cc2ae81be2630632c46a42da5e88a

src/lib/compositor.c
src/lib/private.h

index acac49cf81c5e3ae41ddced3a070c3f77569171f..5d96985b304b4f94e74777dd49936c81e4481d17 100644 (file)
@@ -2,19 +2,10 @@
 #include "config.h"
 #endif
 
-#include <stdlib.h>
 #include <pthread.h>
 
-// EFL header
-#define EFL_BETA_API_SUPPORT 1
-#include <Eina.h>
-#include <Ecore.h>
-#include <Ecore_Wl2.h>
-// wayland compositor header
-#include <pepper.h>
-#include <wayland-server.h>
+// for tizen_embedded_compositor_interface
 #include <tizen-extension-client-protocol.h>
-#include <wayland-tbm-server.h>
 
 // internal header
 #include "private.h"
index f7ff3d2f1f60749c1413d9ee8fbe28acb477d751..d3be7f4a51c13d5c12348cd509062e7e0a04c138 100644 (file)
@@ -2,10 +2,13 @@
 #define _PEPPER_EFL_PRIVATE_H_
 
 #include <stdio.h>
+#include <stdlib.h>
 
+#define EFL_BETA_API_SUPPORT 1
 #include <Eina.h>
 #include <Ecore.h>
 #include <Evas.h>
+#include <Ecore_Wl2.h>
 
 #include <pepper.h>
 #include <pepper-xkb.h>