* Moved all files from vmcore/ to vm/.
[cacao.git] / src / native / vm / sun_misc_Unsafe.cpp
index 85cf8986391ab2bdb91f3444832950c6178768d1..4544393129cad6fce8386bc8de0dda763fe61e4f 100644 (file)
 #include "vm/builtin.h"
 #include "vm/exceptions.hpp"
 #include "vm/initialize.h"
+#include "vm/javaobjects.hpp"
+#include "vm/os.hpp"
 #include "vm/string.hpp"
-
-#include "vmcore/javaobjects.hpp"
-#include "vmcore/os.hpp"
-#include "vmcore/utf8.h"
+#include "vm/utf8.h"
 
 
 // Native functions are exported as C functions.