summaryrefslogtreecommitdiffstats
path: root/compile.h
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 /compile.h
parent824ce76cecd11863f6c86cf04e3a56075cbcd30a (diff)
Fold opcode.{c,h} into bytecode.{c,h}
Diffstat (limited to 'compile.h')
-rw-r--r--compile.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/compile.h b/compile.h
index 4ac7168b..531e853e 100644
--- a/compile.h
+++ b/compile.h
@@ -2,13 +2,9 @@
#define COMPILE_H
#include <stdint.h>
#include "jv.h"
-#include "opcode.h"
+#include "bytecode.h"
#include "locfile.h"
-struct bytecode;
-struct symbol_table;
-struct cfunction;
-
struct inst;
typedef struct inst inst;