From d2aa94ac040101aea272d36ce71a1169657ab62e Mon Sep 17 00:00:00 2001 From: hhl Date: Tue, 18 Feb 2025 16:47:07 +0800 Subject: [PATCH] Synchronization Code Signed-off-by: hhl --- hiviewdfx/hicollie/include/hicollie/hicollie.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hiviewdfx/hicollie/include/hicollie/hicollie.h b/hiviewdfx/hicollie/include/hicollie/hicollie.h index 8ad4bddcf..c4c2f0ef4 100644 --- a/hiviewdfx/hicollie/include/hicollie/hicollie.h +++ b/hiviewdfx/hicollie/include/hicollie/hicollie.h @@ -13,6 +13,9 @@ * limitations under the License. */ +#ifndef HIVIEWDFX_HICOLLIE_H +#define HIVIEWDFX_HICOLLIE_H + /** * @addtogroup HiCollie * @{ @@ -38,9 +41,6 @@ * @since 12 */ -#ifndef HIVIEWDFX_HICOLLIE_H -#define HIVIEWDFX_HICOLLIE_H - #include #include -- Gitee