Merged trunk and subtype.
[cacao.git] / src / vm / jit / executionstate.c
index 0acf24eb5a21701bd777806e6d603c65cfa7c248..722922ce4f839e62b46297b31c20e4bef2d2e666 100644 (file)
 
 #include "md-abi.h"
 
+#include "vm/descriptor.h"
+#include "vm/os.hpp"
+
 #include "vm/jit/abi.h"
 #include "vm/jit/executionstate.h"
 
-#include "vmcore/descriptor.h"
-#include "vmcore/os.hpp"
-
 
 /* executionstate_sanity_check *************************************************