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/ccoshf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libm/ccoshf.c') diff --git a/lib/libm/ccoshf.c b/lib/libm/ccoshf.c index 12fc7e6d..f2a4d7ef 100644 --- a/lib/libm/ccoshf.c +++ b/lib/libm/ccoshf.c @@ -1,5 +1,5 @@ -#include -#include +#include // for ccoshf, cimagf, complex, crealf, I +#include // for cosf, coshf, sinf, sinhf float complex ccoshf(float complex z) { -- cgit v1.2.3