From 8b367098ac493cc458f731cc780070ffb103f2f4 Mon Sep 17 00:00:00 2001 From: Yukihiro Matsumoto Date: Tue, 24 Apr 2012 17:41:28 +0900 Subject: move header files {irep,dump,cdump,ritehash}.h to /include/mruby --- src/state.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/state.c') diff --git a/src/state.c b/src/state.c index 913c186e4..f705060e8 100644 --- a/src/state.c +++ b/src/state.c @@ -5,7 +5,7 @@ */ #include "mruby.h" -#include "irep.h" +#include "mruby/irep.h" #include void mrb_init_heap(mrb_state*); -- cgit v1.2.3