From dffc72eff18bd4c0b287f03e8758f0494055c35c Mon Sep 17 00:00:00 2001 From: "jinbong.lee" Date: Tue, 7 Jan 2025 15:49:06 +0900 Subject: [PATCH] Change including position Change-Id: I0e09f8dc195c6000c61d522db8a46719f6557a23 Signed-off-by: jinbong.lee --- include/hal-tdm.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/hal-tdm.h b/include/hal-tdm.h index 1f0ac30..8dc07b1 100644 --- a/include/hal-tdm.h +++ b/include/hal-tdm.h @@ -35,14 +35,14 @@ #ifndef __HAL_TDM__ #define __HAL_TDM__ -#ifdef __cplusplus -extern "C" { -#endif - #include #include #include "hal-tdm-types.h" +#ifdef __cplusplus +extern "C" { +#endif + /** * @file hal-tdm.h * @brief This file contains the Tizen TDM HAL interface API, related structures and enumerations. -- 2.34.1