* src/threads/posix/lock.c: Moved to .cpp.
[cacao.git] / src / vm / jit / s390 / codegen.c
index 15754e1dbeb7571cac1563b637b6a1d72590411c..9b6209c808f9bbf35d16b0f4fdecddd5b90260ac 100644 (file)
@@ -39,7 +39,7 @@
 
 #include "mm/memory.h"
 
-#include "threads/lock-common.h"
+#include "threads/lock.hpp"
 
 #include "vm/jit/builtin.hpp"
 #include "vm/exceptions.hpp"
@@ -59,7 +59,7 @@
 #include "vm/jit/dseg.h"
 #include "vm/jit/emit-common.hpp"
 #include "vm/jit/jit.hpp"
-#include "vm/jit/linenumbertable.h"
+#include "vm/jit/linenumbertable.hpp"
 #include "vm/jit/methodheader.h"
 #include "vm/jit/parse.h"
 #include "vm/jit/patcher-common.hpp"