Remove `khash.h` leftovers.

parent fb4767a3
...@@ -133,7 +133,6 @@ MRB_API mrb_value mrb_proc_cfunc_env_get(mrb_state *mrb, mrb_int idx); ...@@ -133,7 +133,6 @@ MRB_API mrb_value mrb_proc_cfunc_env_get(mrb_state *mrb, mrb_int idx);
#include <mruby/khash.h> #include <mruby/khash.h>
KHASH_DECLARE(mt, mrb_sym, mrb_method_t, TRUE)
MRB_API mrb_value mrb_load_proc(mrb_state *mrb, const struct RProc *proc); MRB_API mrb_value mrb_load_proc(mrb_state *mrb, const struct RProc *proc);
......
#include <mruby.h> #include <mruby.h>
#include <mruby/khash.h>
#include <mruby/array.h> #include <mruby/array.h>
#include <mruby/string.h> #include <mruby/string.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment