move src/error.h to include/mruby/error.h

This commit is contained in:
take_cheeze
2014-02-20 22:41:29 +09:00
parent 66ecd159d3
commit 08ea324593
5 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
#include "mruby/proc.h"
#include "mruby/string.h"
#include "mruby/variable.h"
#include "error.h"
#include "mruby/error.h"
KHASH_DEFINE(mt, mrb_sym, struct RProc*, 1, kh_int_hash_func, kh_int_hash_equal)