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/nearbyint.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lib/libm/nearbyint.c') diff --git a/lib/libm/nearbyint.c b/lib/libm/nearbyint.c index b0ffcc8a..d075eac6 100644 --- a/lib/libm/nearbyint.c +++ b/lib/libm/nearbyint.c @@ -1,5 +1,7 @@ -#include -#include + + +#include // for feclearexcept, fetestexcept +#include // for nearbyint, rint /* nearbyint is the same as rint, but it must not raise the inexact exception */ -- cgit v1.2.3