mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Remove unneeded #include in src/string.c
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
#include <mruby/range.h>
|
||||
#include <mruby/string.h>
|
||||
#include <mruby/numeric.h>
|
||||
#include <mruby/re.h>
|
||||
|
||||
typedef struct mrb_shared_string {
|
||||
mrb_bool nofree : 1;
|
||||
|
||||
Reference in New Issue
Block a user