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/strerror.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/libc/string/strerror.c') diff --git a/lib/libc/string/strerror.c b/lib/libc/string/strerror.c index e7800d08..c0a73146 100644 --- a/lib/libc/string/strerror.c +++ b/lib/libc/string/strerror.c @@ -1,10 +1,8 @@ -#include "__stdio.h" // for size_t #include "features.h" // for __weak #include // for ERANGE, E2BIG, EACCES, EADDRINUSE, EADDRNOTAVAIL #include // for __unused -#include // for locale_t -#include // for memcpy, strerror, strlen, strerror_l, strerror_r +#include // for memcpy, size_t, strerror, strlen, locale_t char *strerror(int errnum) { -- cgit v1.2.3