summaryrefslogtreecommitdiffstats
path: root/compile.h
diff options
context:
space:
mode:
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;