summaryrefslogtreecommitdiffstats
path: root/compile.h
diff options
context:
space:
mode:
authorStephen Dolan <mu@netsoc.tcd.ie>2012-12-02 21:25:54 +0000
committerStephen Dolan <mu@netsoc.tcd.ie>2012-12-02 21:25:54 +0000
commitb6f2fbbe62be72e7eb52fda9f5ca5a8838869ae4 (patch)
tree51ed0a8f18a01f68e5979e435bbcb29d75a40193 /compile.h
parent125e2785025ed1a4363800d712bdf4e782a94cd4 (diff)
Move all the includes one place to the left
Diffstat (limited to 'compile.h')
-rw-r--r--compile.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/compile.h b/compile.h
index c8a326da..9a885159 100644
--- a/compile.h
+++ b/compile.h
@@ -1,10 +1,13 @@
#ifndef COMPILE_H
#define COMPILE_H
#include <stdint.h>
-#include "bytecode.h"
+#include "jv.h"
#include "opcode.h"
#include "locfile.h"
+struct bytecode;
+struct symbol_table;
+
struct inst;
typedef struct inst inst;