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/time.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/libc/time/time.c') diff --git a/lib/libc/time/time.c b/lib/libc/time/time.c index 134eed7b..3f8848a8 100644 --- a/lib/libc/time/time.c +++ b/lib/libc/time/time.c @@ -1,6 +1,5 @@ -#include -#include -#include +#include // for __vdso_time +#include // for timespec, clock_gettime, time_t, CLOCK_REALTIME time_t time(time_t *tloc) { -- cgit v1.2.3