mirror of
https://github.com/open-goal/jak-project
synced 2026-08-06 09:54:10 -04:00
lint: add include sorting config to clang-format (#1517)
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
#include "MercData.h"
|
||||
#include "decompiler/util/DecompilerTypeSystem.h"
|
||||
#include "third-party/fmt/core.h"
|
||||
|
||||
#include "common/dma/gs.h"
|
||||
|
||||
#include "decompiler/util/DecompilerTypeSystem.h"
|
||||
|
||||
#include "third-party/fmt/core.h"
|
||||
|
||||
namespace decompiler {
|
||||
void MercCtrlHeader::from_ref(TypedRef tr, const DecompilerTypeSystem& dts) {
|
||||
st_magic = read_plain_data_field<u32>(tr, "st-magic", dts);
|
||||
|
||||
Reference in New Issue
Block a user