Merged subtype branch to new head.
[cacao.git] / src / vm / jit / allocator / lsra.c
index 0ac20d24b929c59ad6b17e4b16b540b0bde8529f..83b64c81c00b3578b2b06e9ab60cf490fb76b8c5 100644 (file)
 #include "vm/types.h"
 
 #include "mm/memory.h"
+
 #include "toolbox/logging.h"
-#include "vm/builtin.h"
-#include "vm/exceptions.h"
+
+#include "vm/jit/builtin.hpp"
+#include "vm/exceptions.hpp"
 #include "vm/resolve.h"
 #include "vm/options.h"
 #include "vm/statistics.h"
-#include "vm/stringlocal.h"
+
 #include "vm/jit/abi.h"
 #include "vm/jit/reg.h"
+
 #include "vm/jit/allocator/liveness.h"
 #include "vm/jit/allocator/lsra.h"