From aa655b9ee13b2d26de7a633049e20742b7393e52 Mon Sep 17 00:00:00 2001 From: cremno Date: Tue, 7 Jan 2014 17:56:30 +0100 Subject: 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) --- mrbgems/mruby-random/src/mt19937ar.c | 1 - 1 file changed, 1 deletion(-) (limited to 'mrbgems/mruby-random') diff --git a/mrbgems/mruby-random/src/mt19937ar.c b/mrbgems/mruby-random/src/mt19937ar.c index 3246909e8..41ed2c00d 100644 --- a/mrbgems/mruby-random/src/mt19937ar.c +++ b/mrbgems/mruby-random/src/mt19937ar.c @@ -4,7 +4,6 @@ ** See Copyright Notice in mruby.h */ -#include #include "mt19937ar.h" /* Period parameters */ -- cgit v1.2.3