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
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef MRB_VALUE_ARRAY_H__
#define MRB_VALUE_ARRAY_H__
#include "mruby.h"
#include <mruby.h>
static inline void
value_move(mrb_value *s1, const mrb_value *s2, size_t n)