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/cbrtf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libm/cbrtf.c') diff --git a/lib/libm/cbrtf.c b/lib/libm/cbrtf.c index c394310d..f35aae33 100644 --- a/lib/libm/cbrtf.c +++ b/lib/libm/cbrtf.c @@ -17,8 +17,8 @@ * Return cube root of x */ -#include -#include +#include // for double_t, cbrtf +#include // for uint32_t static const unsigned B1 = 709958130, /* B1 = (127-127.0/3-0.03306235651)*2**23 */ -- cgit v1.2.3