diff options
| author | cremno <[email protected]> | 2014-01-07 17:56:30 +0100 |
|---|---|---|
| committer | cremno <[email protected]> | 2014-01-07 17:56:30 +0100 |
| commit | aa655b9ee13b2d26de7a633049e20742b7393e52 (patch) | |
| tree | b2708c1d3bae0dc0ba575079ed2663bbfeb07452 /mrbgems/mruby-random/src | |
| parent | cff4ac6bb7fac7cf72b58a0081d7dacd9c1f492c (diff) | |
| download | mruby-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 'mrbgems/mruby-random/src')
| -rw-r--r-- | mrbgems/mruby-random/src/mt19937ar.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <stdio.h> #include "mt19937ar.h" /* Period parameters */ |
