mirror of
https://github.com/open-goal/jak-project
synced 2026-07-11 15:28:58 -04:00
lint: add include sorting config to clang-format (#1517)
This commit is contained in:
@@ -6,14 +6,17 @@
|
||||
*/
|
||||
|
||||
#include <cstdint>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
#include <unordered_set>
|
||||
#include <vector>
|
||||
|
||||
#include "LinkedWord.h"
|
||||
|
||||
#include "common/common_types.h"
|
||||
|
||||
#include "decompiler/Disasm/DecompilerLabel.h"
|
||||
#include "decompiler/Function/Function.h"
|
||||
#include "common/common_types.h"
|
||||
#include "decompiler/IR2/LabelDB.h"
|
||||
|
||||
namespace decompiler {
|
||||
|
||||
Reference in New Issue
Block a user