* Moved all files from vmcore/ to vm/.
[cacao.git] / src / vm / jit / patcher-common.c
index c4755a753f925378f1d3f770048f01f23ccb7345..823948b32febe4595a8bf1f6185ce8fab72da7da 100644 (file)
@@ -42,6 +42,7 @@
 
 #include "vm/exceptions.hpp"
 #include "vm/initialize.h"
+#include "vm/options.h"
 #include "vm/resolve.h"
 #include "vm/vm.hpp"                     /* for vm_abort */
 
@@ -50,8 +51,6 @@
 #include "vm/jit/jit.h"
 #include "vm/jit/patcher-common.h"
 
-#include "vmcore/options.h"
-
 
 /* patcher_function_list *******************************************************