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/hypot.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libm/hypot.c') diff --git a/lib/libm/hypot.c b/lib/libm/hypot.c index 5cee8345..744c7bb8 100644 --- a/lib/libm/hypot.c +++ b/lib/libm/hypot.c @@ -1,6 +1,6 @@ -#include -#include -#include +#include // for FLT_EVAL_METHOD, LDBL_MANT_DIG +#include // for double_t, hypot, sqrt +#include // for uint64_t #if FLT_EVAL_METHOD > 1U && LDBL_MANT_DIG == 64 #define SPLIT (0x1p32 + 1) -- cgit v1.2.3