summaryrefslogtreecommitdiffstats
path: root/execute.c
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 /execute.c
parent125e2785025ed1a4363800d712bdf4e782a94cd4 (diff)
Move all the includes one place to the left
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 8aeee779..8c56b67c 100644
--- a/execute.c
+++ b/execute.c
@@ -7,7 +7,6 @@
#include "opcode.h"
#include "bytecode.h"
-#include "compile.h"
#include "forkable_stack.h"
#include "frame_layout.h"