Merged subtype branch to new head.
[cacao.git] / src / vm / jit / allocator / lsra.c
index b442f8315d430e4ee0602ea4f325ff4e39fe83c2..83b64c81c00b3578b2b06e9ab60cf490fb76b8c5 100644 (file)
 #include "vm/types.h"
 
 #include "mm/memory.h"
+
 #include "toolbox/logging.h"
-#include "vm/builtin.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"