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:
@@ -3,17 +3,21 @@
|
||||
* An object file's data with linking information included.
|
||||
*/
|
||||
|
||||
#include "LinkedObjectFile.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstring>
|
||||
#include <numeric>
|
||||
#include "third-party/fmt/core.h"
|
||||
#include "LinkedObjectFile.h"
|
||||
|
||||
#include "common/goos/PrettyPrinter.h"
|
||||
#include "common/log/log.h"
|
||||
#include "common/util/Assert.h"
|
||||
|
||||
#include "decompiler/Disasm/InstructionDecode.h"
|
||||
#include "decompiler/config.h"
|
||||
|
||||
#include "third-party/fmt/core.h"
|
||||
#include "third-party/json.hpp"
|
||||
#include "common/log/log.h"
|
||||
#include "common/goos/PrettyPrinter.h"
|
||||
#include "common/util/Assert.h"
|
||||
|
||||
namespace decompiler {
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user