diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-05-14 23:14:08 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-05-14 23:14:08 +0900 |
| commit | 2be348a0f1132a504f3566ab054ecd34573cef0c (patch) | |
| tree | f97a0df3cbe138ceb106864c50676190c5c59fb9 /src/codegen.c | |
| parent | f10331cfe6f9e0e06b85dc9ea5c97dde9dd15fa4 (diff) | |
| download | mruby-2be348a0f1132a504f3566ab054ecd34573cef0c.tar.gz mruby-2be348a0f1132a504f3566ab054ecd34573cef0c.zip | |
mv opcode.h -> include/mruby/opcode.h and remove duplication from mruby-eval gem
Diffstat (limited to 'src/codegen.c')
| -rw-r--r-- | src/codegen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codegen.c b/src/codegen.c index 6406c58b3..451b38129 100644 --- a/src/codegen.c +++ b/src/codegen.c @@ -15,7 +15,7 @@ #include "mruby/string.h" #include "mruby/debug.h" #include "node.h" -#include "opcode.h" +#include "mruby/opcode.h" #include "mruby/re.h" #include "mrb_throw.h" |
