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/unistd/getcwd.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/libc/unistd/getcwd.c') diff --git a/lib/libc/unistd/getcwd.c b/lib/libc/unistd/getcwd.c index 54fa5ca9..61f6e872 100644 --- a/lib/libc/unistd/getcwd.c +++ b/lib/libc/unistd/getcwd.c @@ -1,5 +1,4 @@ -#include "asm/unistd_64.h" // for __NR_getcwd - +#include #include // for __syscall_2, syscall #include // for getcwd, size_t -- cgit v1.2.3