diff options
Diffstat (limited to 'mrbgems/mruby-math/src/math.c')
| -rw-r--r-- | mrbgems/mruby-math/src/math.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 <mruby.h> + #ifdef MRB_NO_FLOAT # error Math conflicts with 'MRB_NO_FLOAT' configuration #endif -#include <mruby.h> #include <mruby/array.h> - #include <math.h> static void |
