mirror of
https://github.com/open-goal/jak-project
synced 2026-06-27 02:45:14 -04:00
lint: add include sorting config to clang-format (#1517)
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
#include <algorithm>
|
||||
#include "BasicBlocks.h"
|
||||
#include "decompiler/ObjectFile/LinkedObjectFile.h"
|
||||
#include "decompiler/Disasm/InstructionMatching.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include "common/util/Assert.h"
|
||||
|
||||
#include "decompiler/Disasm/InstructionMatching.h"
|
||||
#include "decompiler/ObjectFile/LinkedObjectFile.h"
|
||||
|
||||
namespace decompiler {
|
||||
/*!
|
||||
* Find all basic blocks in a function.
|
||||
|
||||
Reference in New Issue
Block a user