mirror of
https://github.com/open-goal/jak-project
synced 2026-07-10 23:22:17 -04:00
@@ -1,4 +1,3 @@
|
||||
#include "common/util/assert.h"
|
||||
#include <vector>
|
||||
#include "Function.h"
|
||||
#include "common/log/log.h"
|
||||
@@ -9,6 +8,7 @@
|
||||
#include "decompiler/IR/IR.h"
|
||||
#include "decompiler/IR2/Form.h"
|
||||
#include "common/util/BitUtils.h"
|
||||
#include "common/util/assert.h"
|
||||
|
||||
namespace decompiler {
|
||||
namespace {
|
||||
@@ -765,4 +765,4 @@ BlockTopologicalSort Function::bb_topo_sort() {
|
||||
std::string Function::name() const {
|
||||
return guessed_name.to_string();
|
||||
}
|
||||
} // namespace decompiler
|
||||
} // namespace decompiler
|
||||
|
||||
Reference in New Issue
Block a user