Merged branch subtype-trunk into default.
[cacao.git] / src / vm / jit / allocator / liveness.c
index de94a0f44dec49e543d95311902a3a1898488ea5..8e748688741ac3ee07735494245892cd961d84ba 100644 (file)
@@ -30,9 +30,9 @@
 
 #include "vm/types.h"
 
-#include "mm/memory.h"
+#include "mm/memory.hpp"
 
-#include "toolbox/logging.h"
+#include "toolbox/logging.hpp"
 #include "toolbox/worklist.h"
 
 #include "vm/jit/builtin.hpp"