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/toupper.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/libc/ctype/toupper.c') diff --git a/lib/libc/ctype/toupper.c b/lib/libc/ctype/toupper.c index 3f7ebf43..9dd4c8da 100644 --- a/lib/libc/ctype/toupper.c +++ b/lib/libc/ctype/toupper.c @@ -1,6 +1,5 @@ -#include // for islower, toupper, toupper_l -#include // for __unused -#include // for locale_t +#include // for islower, toupper, locale_t, toupper_l +#include // for __unused int toupper(int c) { -- cgit v1.2.3