From 5c405dea3d3e26f62877959c75a50fbaf1ece6a4 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Fri, 27 Nov 2015 17:48:23 +0900 Subject: include changed from by quotes ("") to by brackets (<>); close #3032 --- mrbgems/mruby-math/src/math.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mrbgems/mruby-math/src') diff --git a/mrbgems/mruby-math/src/math.c b/mrbgems/mruby-math/src/math.c index 8053f3832..b2bd81e4e 100644 --- a/mrbgems/mruby-math/src/math.c +++ b/mrbgems/mruby-math/src/math.c @@ -4,8 +4,8 @@ ** See Copyright Notice in mruby.h */ -#include "mruby.h" -#include "mruby/array.h" +#include +#include #include -- cgit v1.2.3