include changed from by quotes ("") to by brackets (<>); close #3032

This commit is contained in:
Yukihiro "Matz" Matsumoto
2015-11-27 17:48:23 +09:00
parent 2e0519de89
commit 5c405dea3d
97 changed files with 348 additions and 348 deletions
+6 -6
View File
@@ -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;