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
@@ -10,7 +10,7 @@
#include "mruby/proc.h"
#include "mruby/string.h"
#include "mruby/variable.h"
#include "error.h"
#include "mruby/error.h"
typedef enum {
NOEX_PUBLIC = 0x00,