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/catanl.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'lib/libm/catanl.c') diff --git a/lib/libm/catanl.c b/lib/libm/catanl.c index 949dc3d9..58b14a3c 100644 --- a/lib/libm/catanl.c +++ b/lib/libm/catanl.c @@ -1,5 +1,8 @@ -#include -#include "__complex.h" +#include "__complex.h" // for redupil + +#include // for complex, I, catanl, cimagl, creall +#include // for LDBL_MAX +#include // for atan2l, logl long double complex catanl(long double complex z) { -- cgit v1.2.3