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/__math_oflowf.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/libm/__math_oflowf.c') diff --git a/lib/libm/__math_oflowf.c b/lib/libm/__math_oflowf.c index fa7d0620..71171b88 100644 --- a/lib/libm/__math_oflowf.c +++ b/lib/libm/__math_oflowf.c @@ -1,4 +1,6 @@ -#include "libm.h" +#include "libm.h" // for __math_xflowf, __math_oflowf + +#include // for uint32_t float __math_oflowf(uint32_t sign) { -- cgit v1.2.3