Skip to content

Commit

Permalink
fix: refine codes
Browse files Browse the repository at this point in the history
  • Loading branch information
halajohn committed Nov 17, 2024
1 parent dbabc3d commit a623577
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion core/src/ten_utils/log/global.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include "include_internal/ten_utils/log/level.h"
#include "include_internal/ten_utils/log/log.h"
#include "include_internal/ten_utils/log/output.h"
#include "ten_utils/macro/memory.h"

ten_log_t ten_global_log = {TEN_LOG_SIGNATURE,
TEN_LOG_LEVEL_DEBUG,
Expand Down
1 change: 0 additions & 1 deletion core/src/ten_utils/log/output.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include "ten_utils/ten_config.h"

#include "ten_utils/lib/string.h"
#include "ten_utils/macro/memory.h"

#if defined(_WIN32) || defined(_WIN64)
#include <io.h>
Expand Down

0 comments on commit a623577

Please sign in to comment.