summaryrefslogtreecommitdiffhomepage
path: root/src/codegen.c
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2014-05-14 23:14:08 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-05-14 23:14:08 +0900
commit2be348a0f1132a504f3566ab054ecd34573cef0c (patch)
treef97a0df3cbe138ceb106864c50676190c5c59fb9 /src/codegen.c
parentf10331cfe6f9e0e06b85dc9ea5c97dde9dd15fa4 (diff)
downloadmruby-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.c2
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"