From 169daa11155988a210fac949297381743f3cb400 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 23:14:53 +0100 Subject: feat: clang-tidy fixes --- lib/libc/thread/thrd_current.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/libc/thread/thrd_current.c') diff --git a/lib/libc/thread/thrd_current.c b/lib/libc/thread/thrd_current.c index adbb4191..86a814da 100644 --- a/lib/libc/thread/thrd_current.c +++ b/lib/libc/thread/thrd_current.c @@ -1,6 +1,5 @@ -#include -#include -#include +#include <__thread.h> // for __thread_self +#include // for thrd_current, thrd_t thrd_t thrd_current(void) { -- cgit v1.2.3