Move "src/mrb_throw.h" to "include/mruby/throw.h".

Related to #2760.
This commit is contained in:
take_cheeze
2015-05-25 21:19:24 +09:00
parent f709054910
commit 6498d90f1b
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
#include "node.h"
#include "mruby/opcode.h"
#include "mruby/re.h"
#include "mrb_throw.h"
#include "mruby/throw.h"
typedef mrb_ast_node node;
typedef struct mrb_parser_state parser_state;