e_egl_sync: remove the e_egl_sync.h file 84/325684/1
authorSooChan Lim <sc1.lim@samsung.com>
Wed, 11 Jun 2025 11:42:40 +0000 (20:42 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Fri, 13 Jun 2025 06:34:31 +0000 (15:34 +0900)
Change-Id: I26d14c569da56cada36e299ed88eed1eacf393c3

src/bin/compmgr/e_egl_sync_intern.h
src/include/e_egl_sync.h [deleted file]
src/include/e_includes.h
src/include/meson.build

index ae7bc0793ecfed1bbb0c3f36a27e27036848c63b..b57f7a088461968bfaf1c109a7b7783d7a55e510 100644 (file)
@@ -2,7 +2,8 @@
 #define E_EGL_SYNC_INTERN_H
 
 #include "e_intern.h"
-#include "e_egl_sync.h"
+
+typedef struct _E_Egl_Sync E_Egl_Sync;
 
 EINTERN Eina_Bool    e_egl_sync_init(void);
 EINTERN void         e_egl_sync_deinit(void);
diff --git a/src/include/e_egl_sync.h b/src/include/e_egl_sync.h
deleted file mode 100644 (file)
index c295a50..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef E_EGL_SYNC_H
-#define E_EGL_SYNC_H
-
-#ifdef  __cplusplus
-extern "C" {
-#endif
-
-#include <e_types.h>
-
-typedef struct _E_Egl_Sync E_Egl_Sync;
-
-#ifdef  __cplusplus
-}
-#endif
-
-#endif // E_EGL_SYNC_H
index 76d4f3598a38aca1c167c2e0dea34739d00be8b9..a68d69b1c7634006c4a9846b8d84485c05bf428c 100644 (file)
@@ -30,7 +30,6 @@
 #include "e_hwc.h"
 #include "e_presentation_time.h"
 #include "e_explicit_sync.h"
-#include "e_egl_sync.h"
 #include "e_comp_wl.h"
 #include "e_comp_wl_input.h"
 #include "e_comp_wl_tbm.h"
index 77ff99be62a163ad93b386b175517da258c5597c..cd038201e8baa854b8ee39adcb2056283195e0dc 100644 (file)
@@ -35,7 +35,6 @@ install_headers([
   'e_hwc_windows.h',
   'e_hwc_window.h',
   'e_explicit_sync.h',
-  'e_egl_sync.h',
   'e_info_server_input.h',
   'e_comp_wl_tbm.h',
   'e_presentation_time.h',