diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2019-08-15 18:41:30 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-08-15 18:41:30 +0900 |
| commit | 8fa9a7b96514524403ea46450e75aada23749051 (patch) | |
| tree | bc602b48a3c58b5050f6172df39dade87c8b58e6 /src/string.c | |
| parent | 0c5ebd75a39d5e07bf9f9a4ad3b13068d49fe131 (diff) | |
| parent | 59844ddde0bbf9bfaf358ae6c19688e122db7d73 (diff) | |
| download | mruby-8fa9a7b96514524403ea46450e75aada23749051.tar.gz mruby-8fa9a7b96514524403ea46450e75aada23749051.zip | |
Merge pull request #4632 from shuujii/remove-unneeded--include-in-src-string.c
Remove unneeded `#include` in `src/string.c`
Diffstat (limited to 'src/string.c')
| -rw-r--r-- | src/string.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/string.c b/src/string.c index d0547ba3f..241d7638d 100644 --- a/src/string.c +++ b/src/string.c @@ -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; |
