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/ctype/tolower.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'lib/libc/ctype/tolower.c') diff --git a/lib/libc/ctype/tolower.c b/lib/libc/ctype/tolower.c index af196d05..fcb1de85 100644 --- a/lib/libc/ctype/tolower.c +++ b/lib/libc/ctype/tolower.c @@ -1,8 +1,6 @@ -#include "features.h" // for __weak - -#include // for isupper, tolower, tolower_l -#include // for __unused -#include // for locale_t +#include // for isupper, tolower, tolower_l +#include // for locale_t +#include // for __unused, __weak int tolower(int c) { -- cgit v1.2.3