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/stdlib/free.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'lib/libc/stdlib/free.c') diff --git a/lib/libc/stdlib/free.c b/lib/libc/stdlib/free.c index 40320dc7..e08b0170 100644 --- a/lib/libc/stdlib/free.c +++ b/lib/libc/stdlib/free.c @@ -1,9 +1,10 @@ -#include -#include -#include -#include -#include -#include +#include // for LIBC_UNLOCK, LIBC_LOCK +#include // for (anonymous struct)::(anonymous), (anonymous) +#include // for page, page::(anonymous), __malloc_pvec, LARGE_... +#include // for NULL +#include // for uintptr_t +#include // for free +#include // for size_t, munmap void free(void *ptr) { -- cgit v1.2.3