diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-04-24 17:41:28 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-04-24 17:41:28 +0900 |
| commit | 8b367098ac493cc458f731cc780070ffb103f2f4 (patch) | |
| tree | 681fd1277aa80018f8dc6523af897fca236b5423 /src/state.c | |
| parent | 2970b6aadbb0d5afef683854e0fe36b05024fc36 (diff) | |
| download | mruby-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.c | 2 |
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*); |
