mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-25 05:50:44 +00:00
run clang-format to order includes, fix include ordering errors
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
#include "StructureFeatureSavedData.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "StructureFeatureSavedData.h"
|
||||
#include "console_helpers/StringHelpers.h"
|
||||
#include "nbt/CompoundTag.h"
|
||||
#include "minecraft/world/level/levelgen/structure/StructureFeatureSavedData.h"
|
||||
#include "minecraft/world/level/saveddata/SavedData.h"
|
||||
#include "nbt/CompoundTag.h"
|
||||
|
||||
std::wstring StructureFeatureSavedData::TAG_FEATURES = L"Features";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user