]> gitweb.factorcode.org Git - factor.git/commitdiff
reordered master to untangle dependency chain a bit
authorPhil Dawes <phil@phildawes.net>
Mon, 17 Aug 2009 20:37:12 +0000 (21:37 +0100)
committerPhil Dawes <phil@phildawes.net>
Wed, 16 Sep 2009 07:16:24 +0000 (08:16 +0100)
vm/master.hpp

index 792e997f6fe9e5ca633d0598dbed4e2688df9135..e118be67c3c456317d59918f4d05ba4a9c8dfa1f 100755 (executable)
@@ -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"