From 9e8538d1ca86a7b0666f72d14819a9b3be3dc2d5 Mon Sep 17 00:00:00 2001 From: Phil Dawes Date: Mon, 17 Aug 2009 21:37:12 +0100 Subject: [PATCH] reordered master to untangle dependency chain a bit --- vm/master.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/master.hpp b/vm/master.hpp index 792e997f6f..e118be67c3 100755 --- a/vm/master.hpp +++ b/vm/master.hpp @@ -66,8 +66,8 @@ #include "code_heap.hpp" #include "image.hpp" #include "callstack.hpp" -#include "vm.hpp" #include "alien.hpp" +#include "vm.hpp" #include "jit.hpp" #include "quotations.hpp" #include "dispatch.hpp"