Should not include float.h here.

This commit is contained in:
Yukihiro "Matz" Matsumoto
2017-08-11 13:52:01 +09:00
parent db72cdae28
commit 1d781da8a6
-1
View File
@@ -1,7 +1,6 @@
#include <mruby.h>
#include <mruby/range.h>
#include <math.h>
#include <float.h>
static mrb_bool
r_le(mrb_state *mrb, mrb_value a, mrb_value b)