* merged with tip (040f180a056b)
[cacao.git] / src / vm / jit / code.c
index 0a7e70cc589b0f975f1821a26f64c0762595d8a5..750de64137fc373abecddf8bc996c03c0640b0e5 100644 (file)
@@ -32,7 +32,8 @@
 
 #include "mm/memory.h"
 
-#include "vm/vm.h"
+#include "vm/options.h"
+#include "vm/vm.hpp"
 
 #include "vm/jit/code.h"
 #include "vm/jit/codegen-common.h"
@@ -40,8 +41,6 @@
 #include "vm/jit/methodtree.h"
 #include "vm/jit/patcher-common.h"
 
-#include "vmcore/options.h"
-
 
 /* code_init *******************************************************************