summaryrefslogtreecommitdiffhomepage
path: root/src/string.c
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2015-11-27 17:48:23 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2015-11-27 17:48:23 +0900
commit5c405dea3d3e26f62877959c75a50fbaf1ece6a4 (patch)
treec8e3a94720c3f6baf2df44fd12dc1fdd6c302eb9 /src/string.c
parent2e0519de8991de2a59a0552e95a906cfada3e1e7 (diff)
downloadmruby-5c405dea3d3e26f62877959c75a50fbaf1ece6a4.tar.gz
mruby-5c405dea3d3e26f62877959c75a50fbaf1ece6a4.zip
include changed from by quotes ("") to by brackets (<>); close #3032
Diffstat (limited to 'src/string.c')
-rw-r--r--src/string.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/string.c b/src/string.c
index ef84459ed..7983a925e 100644
--- a/src/string.c
+++ b/src/string.c
@@ -9,12 +9,12 @@
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
-#include "mruby.h"
-#include "mruby/array.h"
-#include "mruby/class.h"
-#include "mruby/range.h"
-#include "mruby/string.h"
-#include "mruby/re.h"
+#include <mruby.h>
+#include <mruby/array.h>
+#include <mruby/class.h>
+#include <mruby/range.h>
+#include <mruby/string.h>
+#include <mruby/re.h>
typedef struct mrb_shared_string {
mrb_bool nofree : 1;