* src/vm/jit/trap.c: Moved to C++
[cacao.git] / src / vm / jit / m68k / codegen.c
index a6ad45abeef0244cfe0ed521ba3f4dd8acdce5fb..12fd5184044329237c4489565e135ee28fdd25bc 100644 (file)
@@ -34,7 +34,7 @@
 #include "vm/jit/m68k/codegen.h"
 #include "vm/jit/m68k/emit.h"
 
-#include "mm/memory.h"
+#include "mm/memory.hpp"
 
 #include "native/localref.hpp"
 #include "native/native.hpp"
@@ -61,7 +61,7 @@
 #include "vm/jit/reg.h"
 #include "vm/jit/replace.hpp"
 #include "vm/jit/stacktrace.hpp"
-#include "vm/jit/trap.h"
+#include "vm/jit/trap.hpp"
 
 
 bool codegen_emit(jitdata *jd)