summaryrefslogtreecommitdiffstats
path: root/execute.c
diff options
context:
space:
mode:
authorStephen Dolan <mu@netsoc.tcd.ie>2013-06-18 01:36:18 +0100
committerStephen Dolan <mu@netsoc.tcd.ie>2013-06-18 01:36:18 +0100
commitb49d65a276f2c37776db354927130a574cc5e2de (patch)
tree8fa6a4d607a72ba99068117201e1c4225cb7cdfc /execute.c
parent824ce76cecd11863f6c86cf04e3a56075cbcd30a (diff)
Fold opcode.{c,h} into bytecode.{c,h}
Diffstat (limited to 'execute.c')
-rw-r--r--execute.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/execute.c b/execute.c
index 3a5512aa..b43ad26a 100644
--- a/execute.c
+++ b/execute.c
@@ -6,7 +6,6 @@
#include "execute.h"
#include "exec_stack.h"
-#include "opcode.h"
#include "bytecode.h"
#include "jv_alloc.h"