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/libm/ccosf.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/libm/ccosf.c') diff --git a/lib/libm/ccosf.c b/lib/libm/ccosf.c index 8d4a8761..331c5c49 100644 --- a/lib/libm/ccosf.c +++ b/lib/libm/ccosf.c @@ -1,4 +1,7 @@ -#include "__complex.h" +#include "__complex.h" // for cchsh + +#include // for creal, ccos, cimag, complex, I +#include // for cos, sin double complex ccos(double complex z) { -- cgit v1.2.3