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/acosf.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/libm/acosf.c') diff --git a/lib/libm/acosf.c b/lib/libm/acosf.c index a428e8d6..51e5c5ea 100644 --- a/lib/libm/acosf.c +++ b/lib/libm/acosf.c @@ -13,7 +13,10 @@ * ==================================================== */ -#include "libm.h" +#include "libm.h" // for GET_FLOAT_WORD, SET_FLOAT_WORD + +#include // for sqrtf, acosf, float_t +#include // for uint32_t static const float pio2_hi = 1.5707962513e+00, /* 0x3fc90fda */ pio2_lo = 7.5497894159e-08, /* 0x33a22168 */ -- cgit v1.2.3