Merged branch subtype-trunk into default.
[cacao.git] / src / vm / jit / m68k / codegen.c
index d45f8ad2473f0379b7dab6028192f8ebdaa8d338..5c46894032a1423a32348317ed8de6b93f14b8be 100644 (file)
@@ -34,9 +34,9 @@
 #include "vm/jit/m68k/codegen.h"
 #include "vm/jit/m68k/emit.h"
 
-#include "mm/memory.h"
+#include "mm/memory.hpp"
 
-#include "native/localref.h"
+#include "native/localref.hpp"
 #include "native/native.hpp"
 
 #include "threads/lock.hpp"
@@ -57,7 +57,7 @@
 #include "vm/jit/emit-common.hpp"
 #include "vm/jit/jit.hpp"
 #include "vm/jit/abi.h"
-#include "vm/jit/parse.h"
+#include "vm/jit/parse.hpp"
 #include "vm/jit/reg.h"
 #include "vm/jit/replace.hpp"
 #include "vm/jit/stacktrace.hpp"