Unverified Commit 8fa9a7b9 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

Merge pull request #4632 from shuujii/remove-unneeded--include-in-src-string.c

Remove unneeded `#include` in `src/string.c`
parents 0c5ebd75 59844ddd
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment