* Moved all files from vmcore/ to vm/.
[cacao.git] / src / vm / resolve.c
index d7f4d43e4e1b30bcd3f38a18a767ee11c899680e..cd4d5c5416052ecd63b2a8c9f3d9cc4d1605443a 100644 (file)
 #include "mm/memory.h"
 
 #include "vm/access.h"
+#include "vm/classcache.h"
+#include "vm/descriptor.h"
 #include "vm/exceptions.hpp"
 #include "vm/global.h"
+#include "vm/globals.hpp"
+#include "vm/linker.h"
+#include "vm/loader.h"
+#include "vm/options.h"
 #include "vm/primitive.hpp"
 #include "vm/resolve.h"
 
 #include "vm/jit/jit.h"
 #include "vm/jit/verify/typeinfo.h"
 
-#include "vmcore/classcache.h"
-#include "vmcore/descriptor.h"
-#include "vmcore/globals.hpp"
-#include "vmcore/linker.h"
-#include "vmcore/loader.h"
-#include "vmcore/options.h"
-
 
 /******************************************************************************/
 /* DEBUG HELPERS                                                              */