summaryrefslogtreecommitdiff
path: root/core/src/xmake/string
diff options
context:
space:
mode:
authorSaikari <[email protected]>2026-01-17 17:21:56 +0300
committerSaikari <[email protected]>2026-01-17 17:21:56 +0300
commite1e209f8e1c0f40b8cdbcfd647f0711455a6353a (patch)
tree2ab5b194a63e2bf0fe04ccfb4900a6a448510219 /core/src/xmake/string
parentef09020c7e5639701c167aa34fbfe4f3107cc015 (diff)
cls
Diffstat (limited to 'core/src/xmake/string')
-rw-r--r--core/src/xmake/string/case.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/src/xmake/string/case.c b/core/src/xmake/string/case.c
index 7fd355519..6f8e35522 100644
--- a/core/src/xmake/string/case.c
+++ b/core/src/xmake/string/case.c
@@ -30,9 +30,6 @@
*/
#include "prefix.h"
#include <wctype.h>
-#include "tbox/libc/stdlib/setlocale.h"
-/* Include Tbox platform header for spinlocks if not already in prefix.h */
-#include "tbox/platform/spinlock.h"
#ifdef TB_CONFIG_OS_WINDOWS
# include <windows.h>