Merged.
[cacao.git] / src / vm / jit / powerpc / codegen.c
index 6cb313f397b3483d7ff666fe585b77a4f4835080..dcfc0482e276bfe38417c7cbebd7ecc8ca58ab41 100644 (file)
@@ -38,8 +38,8 @@
 
 #include "mm/memory.h"
 
-#include "native/localref.h"
-#include "native/native.h"
+#include "native/localref.hpp"
+#include "native/native.hpp"
 
 #include "threads/lock.hpp"
 
@@ -59,7 +59,7 @@
 #include "vm/jit/jit.hpp"
 #include "vm/jit/linenumbertable.hpp"
 #include "vm/jit/methodheader.h"
-#include "vm/jit/parse.h"
+#include "vm/jit/parse.hpp"
 #include "vm/jit/patcher-common.hpp"
 #include "vm/jit/reg.h"
 #include "vm/jit/replace.hpp"