mirror of
https://github.com/open-goal/jak-project
synced 2026-08-22 07:04:29 -04:00
lint: add include sorting config to clang-format (#1517)
This commit is contained in:
@@ -4,11 +4,14 @@
|
||||
* This is the part of the disassembler that decodes MIPS instructions.
|
||||
*/
|
||||
|
||||
#include "third-party/fmt/core.h"
|
||||
#include "InstructionDecode.h"
|
||||
#include "decompiler/ObjectFile/LinkedObjectFile.h"
|
||||
|
||||
#include "common/util/Assert.h"
|
||||
|
||||
#include "decompiler/ObjectFile/LinkedObjectFile.h"
|
||||
|
||||
#include "third-party/fmt/core.h"
|
||||
|
||||
namespace decompiler {
|
||||
// utility class to extract fields of an opcode.
|
||||
struct OpcodeFields {
|
||||
|
||||
Reference in New Issue
Block a user