From 08ea324593de0488d12b2695eacfe00be6c05bc4 Mon Sep 17 00:00:00 2001 From: take_cheeze Date: Thu, 20 Feb 2014 22:41:29 +0900 Subject: move src/error.h to include/mruby/error.h --- src/class.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/class.c') diff --git a/src/class.c b/src/class.c index 58eaaab0e..11a21f7a7 100644 --- a/src/class.c +++ b/src/class.c @@ -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) -- cgit v1.2.3