summaryrefslogtreecommitdiffhomepage
path: root/src/state.c
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-04-24 17:41:28 +0900
committerYukihiro Matsumoto <[email protected]>2012-04-24 17:41:28 +0900
commit8b367098ac493cc458f731cc780070ffb103f2f4 (patch)
tree681fd1277aa80018f8dc6523af897fca236b5423 /src/state.c
parent2970b6aadbb0d5afef683854e0fe36b05024fc36 (diff)
downloadmruby-8b367098ac493cc458f731cc780070ffb103f2f4.tar.gz
mruby-8b367098ac493cc458f731cc780070ffb103f2f4.zip
move header files {irep,dump,cdump,ritehash}.h to /include/mruby
Diffstat (limited to 'src/state.c')
-rw-r--r--src/state.c2
1 files changed, 1 insertions, 1 deletions
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 <string.h>
void mrb_init_heap(mrb_state*);