mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
include changed from by quotes ("") to by brackets (<>); close #3032
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user