summaryrefslogtreecommitdiffhomepage
path: root/src/array.c
diff options
context:
space:
mode:
authorcremno <[email protected]>2014-01-07 17:56:30 +0100
committercremno <[email protected]>2014-01-07 17:56:30 +0100
commitaa655b9ee13b2d26de7a633049e20742b7393e52 (patch)
treeb2708c1d3bae0dc0ba575079ed2663bbfeb07452 /src/array.c
parentcff4ac6bb7fac7cf72b58a0081d7dacd9c1f492c (diff)
downloadmruby-aa655b9ee13b2d26de7a633049e20742b7393e52.tar.gz
mruby-aa655b9ee13b2d26de7a633049e20742b7393e52.zip
remove superfluous includes
- reduce compile time by a little bit (full-core: ~0.7s for me) - thanks to 'include-what-you-use' for some help - include Standard C header files before any other (coding style)
Diffstat (limited to 'src/array.c')
-rw-r--r--src/array.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/array.c b/src/array.c
index 67351bb9b..0fcbffcd8 100644
--- a/src/array.c
+++ b/src/array.c
@@ -4,7 +4,6 @@
** See Copyright Notice in mruby.h
*/
-#include <limits.h>
#include "mruby.h"
#include "mruby/array.h"
#include "mruby/class.h"