mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-05 04:54:19 +00:00
run clang-format to order includes, fix include ordering errors
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include "java/File.h"
|
||||
|
||||
#include "minecraft/world/level/storage/ConsoleSaveFileIO/FileHeader.h"
|
||||
#include "java/File.h"
|
||||
#include "minecraft/world/level/storage/ConsoleSaveFileIO/ConsoleSavePath.h"
|
||||
#include "minecraft/world/level/storage/ConsoleSaveFileIO/FileHeader.h"
|
||||
|
||||
enum class SaveFileSeekOrigin { Begin, Current, End };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user