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/ctanhl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libm/ctanhl.c') diff --git a/lib/libm/ctanhl.c b/lib/libm/ctanhl.c index 9b798080..1c9b9b81 100644 --- a/lib/libm/ctanhl.c +++ b/lib/libm/ctanhl.c @@ -1,5 +1,5 @@ -#include -#include +#include // for complex, cimagl, creall, ctanhl, I +#include // for coshl, cosl, sinhl, sinl long double complex ctanhl(long double complex z) { -- cgit v1.2.3