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/ctanh.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libm/ctanh.c') diff --git a/lib/libm/ctanh.c b/lib/libm/ctanh.c index a99e1496..e2d550df 100644 --- a/lib/libm/ctanh.c +++ b/lib/libm/ctanh.c @@ -1,5 +1,5 @@ -#include -#include +#include // for complex, cimag, creal, ctanh, I +#include // for cos, cosh, sin, sinh double complex ctanh(double complex z) { -- cgit v1.2.3