mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
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:
@@ -1,7 +1,7 @@
|
||||
#include "mruby.h"
|
||||
#include "mruby/string.h"
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
#include "mruby.h"
|
||||
#include "mruby/string.h"
|
||||
|
||||
static mrb_value
|
||||
mrb_str_getbyte(mrb_state *mrb, mrb_value str)
|
||||
|
||||
Reference in New Issue
Block a user