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)
This commit is contained in:
cremno
2014-01-07 17:56:30 +01:00
parent cff4ac6bb7
commit aa655b9ee1
23 changed files with 33 additions and 58 deletions
-1
View File
@@ -4,7 +4,6 @@
** See Copyright Notice in mruby.h
*/
#include <limits.h>
#include "mruby.h"
#include "mruby/array.h"
#include "mruby/class.h"