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/atan2f.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/libm/atan2f.c') diff --git a/lib/libm/atan2f.c b/lib/libm/atan2f.c index 01f32d20..34e58db8 100644 --- a/lib/libm/atan2f.c +++ b/lib/libm/atan2f.c @@ -13,7 +13,10 @@ * ==================================================== */ -#include "libm.h" +#include "libm.h" // for GET_FLOAT_WORD + +#include // for atanf, atan2f, fabsf, isnan +#include // for uint32_t static const float pi = 3.1415927410e+00, /* 0x40490fdb */ pi_lo = -8.7422776573e-08; /* 0xb3bbbd2e */ -- cgit v1.2.3