improve for wasm

This commit is contained in:
lixianjing 2025-05-07 18:22:57 +08:00
parent a5a80351c8
commit a55233a0a8

View File

@ -51,7 +51,6 @@
#define TK_MAYBE_UNUSED
#endif
#include <stddef.h>
#include <stdarg.h>
#include <ctype.h>
#include <errno.h>
@ -76,6 +75,7 @@
#endif /*TK_IS_PC*/
#ifndef WITH_WASM
#include <stddef.h>
#include <math.h>
#include <time.h>
#include <wchar.h>