mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 23:00:45 -04:00
lint: add include sorting config to clang-format (#1517)
This commit is contained in:
@@ -1,13 +1,17 @@
|
||||
#include <cstring>
|
||||
#include <utility>
|
||||
#include <unordered_set>
|
||||
#include "DgoReader.h"
|
||||
|
||||
#include <cstring>
|
||||
#include <unordered_set>
|
||||
#include <utility>
|
||||
|
||||
#include "BinaryReader.h"
|
||||
#include "common/link_types.h"
|
||||
#include "third-party/json.hpp"
|
||||
#include "BitUtils.h"
|
||||
#include "dgo_util.h"
|
||||
|
||||
#include "common/link_types.h"
|
||||
|
||||
#include "third-party/json.hpp"
|
||||
|
||||
DgoReader::DgoReader(std::string file_name, const std::vector<u8>& data)
|
||||
: m_file_name(std::move(file_name)) {
|
||||
BinaryReader reader(data);
|
||||
|
||||
Reference in New Issue
Block a user