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/string/strcoll.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/libc/string/strcoll.c') diff --git a/lib/libc/string/strcoll.c b/lib/libc/string/strcoll.c index 7a1502f0..e862bb11 100644 --- a/lib/libc/string/strcoll.c +++ b/lib/libc/string/strcoll.c @@ -1,8 +1,7 @@ #include "features.h" // for __weak #include // for __unused -#include // for locale_t -#include // for strcmp, strcoll, strcoll_l +#include // for strcmp, locale_t, strcoll, strcoll_l int strcoll(const char *s1, const char *s2) { -- cgit v1.2.3