mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Remove unnecessary header inclusion
This commit is contained in:
@@ -17,13 +17,9 @@
|
||||
#include "encoding.h"
|
||||
#endif
|
||||
|
||||
#include "mruby/numeric.h"
|
||||
#include "mruby/hash.h"
|
||||
#include "mruby/string.h"
|
||||
#include "mruby/class.h"
|
||||
#include "mruby/variable.h"
|
||||
#include "mruby/range.h"
|
||||
#include "error.h"
|
||||
//#include "defines.h"
|
||||
#define mrb_long2int(n) ((int)(n))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user