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/ctanl.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/libm/ctanl.c') diff --git a/lib/libm/ctanl.c b/lib/libm/ctanl.c index a410db0e..65a9c2a5 100644 --- a/lib/libm/ctanl.c +++ b/lib/libm/ctanl.c @@ -1,4 +1,7 @@ -#include "__complex.h" +#include "__complex.h" // for ctansl + +#include // for cimagl, complex, creall, I, ctanl +#include // for HUGE_VALL, coshl, cosl, fabsl, sinhl, sinl long double complex ctanl(long double complex z) { -- cgit v1.2.3