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/remainderf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libm/remainderf.c') diff --git a/lib/libm/remainderf.c b/lib/libm/remainderf.c index 6a80a25c..375fa528 100644 --- a/lib/libm/remainderf.c +++ b/lib/libm/remainderf.c @@ -1,6 +1,6 @@ -#include "libm.h" +#include "libm.h" // for weak_alias -#include +#include // for remainderf, remquof float remainderf(float x, float y) { -- cgit v1.2.3