mirror of
https://github.com/open-goal/jak-project
synced 2026-05-23 06:54:31 -04:00
lint: add include sorting config to clang-format (#1517)
This commit is contained in:
@@ -10,14 +10,18 @@
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
#include "common/common_types.h"
|
||||
|
||||
#include "LinkedObjectFile.h"
|
||||
#include "third-party/fmt/core.h"
|
||||
#include "decompiler/util/DecompilerTypeSystem.h"
|
||||
#include "decompiler/data/TextureDB.h"
|
||||
#include "decompiler/analysis/symbol_def_map.h"
|
||||
|
||||
#include "common/common_types.h"
|
||||
#include "common/util/Assert.h"
|
||||
|
||||
#include "decompiler/analysis/symbol_def_map.h"
|
||||
#include "decompiler/data/TextureDB.h"
|
||||
#include "decompiler/util/DecompilerTypeSystem.h"
|
||||
|
||||
#include "third-party/fmt/core.h"
|
||||
|
||||
namespace decompiler {
|
||||
/*!
|
||||
* A "record" which can be used to identify an object file.
|
||||
|
||||
Reference in New Issue
Block a user