Skip to content

Commit ba03aa8

Browse files
committed
fix: refine codes
1 parent 1f4af73 commit ba03aa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/include_internal/ten_runtime/app/service_hub/service_hub.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010

1111
#include <stdbool.h>
1212

13-
#if defined(TEN_ENABLE_TEN_RUST_APIS)
14-
1513
#include "ten_runtime/app/app.h"
1614
#include "ten_utils/value/value.h"
1715

16+
#if defined(TEN_ENABLE_TEN_RUST_APIS)
17+
1818
typedef struct ServiceHub ServiceHub;
1919
typedef struct MetricHandle MetricHandle;
2020

0 commit comments

Comments
 (0)