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/time/utimes.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'lib/libc/time/utimes.c') diff --git a/lib/libc/time/utimes.c b/lib/libc/time/utimes.c index 7b928e7a..af644481 100644 --- a/lib/libc/time/utimes.c +++ b/lib/libc/time/utimes.c @@ -1,8 +1,9 @@ -#include -#include -#include -#include -#include +#include // for EINVAL, errno +#include // for AT_FDCWD +#include // for NULL +#include // for utimensat +#include // for timeval, utimes +#include // for timespec int utimes(const char *path, const struct timeval times[2]) { -- cgit v1.2.3