diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-11-27 17:48:23 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-11-27 17:48:23 +0900 |
| commit | 5c405dea3d3e26f62877959c75a50fbaf1ece6a4 (patch) | |
| tree | c8e3a94720c3f6baf2df44fd12dc1fdd6c302eb9 /mrbgems/mruby-struct | |
| parent | 2e0519de8991de2a59a0552e95a906cfada3e1e7 (diff) | |
| download | mruby-5c405dea3d3e26f62877959c75a50fbaf1ece6a4.tar.gz mruby-5c405dea3d3e26f62877959c75a50fbaf1ece6a4.zip | |
include changed from by quotes ("") to by brackets (<>); close #3032
Diffstat (limited to 'mrbgems/mruby-struct')
| -rw-r--r-- | mrbgems/mruby-struct/src/struct.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/mrbgems/mruby-struct/src/struct.c b/mrbgems/mruby-struct/src/struct.c index 342e3eb5e..17455c155 100644 --- a/mrbgems/mruby-struct/src/struct.c +++ b/mrbgems/mruby-struct/src/struct.c @@ -5,13 +5,13 @@ */ #include <string.h> -#include "mruby.h" -#include "mruby/array.h" -#include "mruby/string.h" -#include "mruby/class.h" -#include "mruby/variable.h" -#include "mruby/hash.h" -#include "mruby/range.h" +#include <mruby.h> +#include <mruby/array.h> +#include <mruby/string.h> +#include <mruby/class.h> +#include <mruby/variable.h> +#include <mruby/hash.h> +#include <mruby/range.h> #define RSTRUCT_LEN(st) mrb_ary_ptr(st)->len #define RSTRUCT_PTR(st) mrb_ary_ptr(st)->ptr |
