* src/vm/jit/parse.cpp,
[cacao.git] / src / vm / jit / sparc64 / codegen.c
index 8534103202f024cfd4ba90c405aa7c481df35a18..b048fbe3272e933413752b0fe8aa8da7966f299d 100644 (file)
@@ -39,8 +39,8 @@
 
 #include "mm/memory.h"
 
-#include "native/localref.h"
-#include "native/native.h"
+#include "native/localref.hpp"
+#include "native/native.hpp"
 
 #include "vm/jit/builtin.hpp"
 #include "vm/exceptions.hpp"
@@ -55,7 +55,7 @@
 #include "vm/jit/emit-common.hpp"
 #include "vm/jit/jit.hpp"
 #include "vm/jit/linenumbertable.hpp"
-#include "vm/jit/parse.h"
+#include "vm/jit/parse.hpp"
 #include "vm/jit/patcher.h"
 #include "vm/jit/reg.h"
 #include "vm/jit/replace.hpp"