From 2e30c68562e6c653191a57fa396e0591b878936f Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Tue, 24 Nov 2020 20:43:56 +0900 Subject: Move `MRB_NO_FLOAT` detection in `mruby-math`; #5185 --- mrbgems/mruby-math/src/math.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mrbgems/mruby-math') diff --git a/mrbgems/mruby-math/src/math.c b/mrbgems/mruby-math/src/math.c index f2622109d..3a593b7cf 100644 --- a/mrbgems/mruby-math/src/math.c +++ b/mrbgems/mruby-math/src/math.c @@ -4,13 +4,13 @@ ** See Copyright Notice in mruby.h */ +#include + #ifdef MRB_NO_FLOAT # error Math conflicts with 'MRB_NO_FLOAT' configuration #endif -#include #include - #include static void -- cgit v1.2.3