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:
+6
-6
@@ -4,11 +4,11 @@
|
||||
** See Copyright Notice in mruby.h
|
||||
*/
|
||||
|
||||
#include "mruby.h"
|
||||
#include "mruby/array.h"
|
||||
#include "mruby/class.h"
|
||||
#include "mruby/proc.h"
|
||||
#include "mruby/string.h"
|
||||
#include <mruby.h>
|
||||
#include <mruby/array.h>
|
||||
#include <mruby/class.h>
|
||||
#include <mruby/proc.h>
|
||||
#include <mruby/string.h>
|
||||
|
||||
typedef int (iv_foreach_func)(mrb_state*,mrb_sym,mrb_value,void*);
|
||||
|
||||
@@ -282,7 +282,7 @@ iv_free(mrb_state *mrb, iv_tbl *t)
|
||||
|
||||
#else
|
||||
|
||||
#include "mruby/khash.h"
|
||||
#include <mruby/khash.h>
|
||||
|
||||
#ifndef MRB_IVHASH_INIT_SIZE
|
||||
#define MRB_IVHASH_INIT_SIZE 8
|
||||
|
||||
Reference in New Issue
Block a user