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
@@ -14,7 +14,7 @@
#include "mruby/string.h"
#include "mruby/variable.h"
#include "mruby/debug.h"
#include "error.h"
#include "mruby/error.h"
mrb_value
mrb_exc_new(mrb_state *mrb, struct RClass *c, const char *ptr, long len)