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 /mrblib | |
| 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 'mrblib')
| -rw-r--r-- | mrblib/init_mrblib.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mrblib/init_mrblib.c b/mrblib/init_mrblib.c index f65b185a3..dc902e9f9 100644 --- a/mrblib/init_mrblib.c +++ b/mrblib/init_mrblib.c @@ -1,8 +1,5 @@ #include "mruby.h" #include "mruby/irep.h" -#include "mruby/dump.h" -#include "mruby/string.h" -#include "mruby/proc.h" extern const uint8_t mrblib_irep[]; |
