Change position and sequence of header including 37/317737/1
authorjinbong.lee <jinbong.lee@samsung.com>
Tue, 7 Jan 2025 06:37:54 +0000 (15:37 +0900)
committerjinbong.lee <jinbong.lee@samsung.com>
Tue, 7 Jan 2025 06:37:54 +0000 (15:37 +0900)
Change-Id: Ie1dc774699e876ec2e4713e23c5a62fb100f0382
Signed-off-by: jinbong.lee <jinbong.lee@samsung.com>
include/hal-tbm-interface-1.h
include/hal-tbm.h
src/hal-api-tbm.c

index 6cb552020b80baf1c6c9dbe0ff6859ebfd246e0b..f96a6e49f68e17afcb51e2d0176a377f32746ced 100644 (file)
 #ifndef __HAL_TBM_INTERFACE_1__
 #define __HAL_TBM_INTERFACE_1__
 
+#include <hal-tbm-types.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-#include <hal-tbm-types.h>
+/**
+ * @file hal-tbm-interface-1.h
+ * @brief This file contains the Tizen TBM HAL interface API for backend.
+ * @since HAL_MODULE_TBM 1.0
+ */
 
 /**
  * @addtogroup HALAPI_HAL_TBM_MODULE
index 46302b2c3beb5a230c530f05cc2732348ed4b74a..d52a862bfb66287d9784d0d00b5fef5f2f2390fc 100644 (file)
 #ifndef __HAL_TBM__
 #define __HAL_TBM__
 
+#include <hal-tbm-interface.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-#include <hal-tbm-types.h>
-
 /**
  * @file hal-tbm.h
  * @brief This file contains the Tizen TBM HAL interface API, related structures and enumerations.
index 48ba64f32d399cbe5c7d9a24a47fc72f15494325..006fbad58b2b3944a57439c59f47fee2c49ae779 100644 (file)
@@ -37,7 +37,6 @@
 #include <hal-common.h>
 #include "common.h"
 #include "hal-tbm.h"
-#include "hal-tbm-interface.h"
 
 #if defined(__GNUC__) && __GNUC__ >= 4
 #define EXTERN __attribute__ ((visibility("default")))