run IWYU on Minecraft.World

This commit is contained in:
Tropical
2026-03-31 01:39:49 -05:00
parent 949062aa81
commit bed181cd59
1404 changed files with 10023 additions and 4292 deletions

View File

@@ -1,9 +1,9 @@
#include "../../Header Files/stdafx.h"
#include "../../net/minecraft/world/level/chunk/storage/net.minecraft.world.level.chunk.storage.h"
#include "../../net/minecraft/world/level/storage/net.minecraft.world.level.storage.h"
#include "Minecraft.World/Header Files/stdafx.h"
#include "Minecraft.World/net/minecraft/world/level/chunk/storage/net.minecraft.world.level.chunk.storage.h"
#include "Minecraft.World/net/minecraft/world/level/storage/net.minecraft.world.level.storage.h"
#include "ConsoleSaveFileIO.h"
#include "ConsoleSaveFileConverter.h"
#include "../../net/minecraft/util/ProgressListener.h"
#include "Minecraft.World/net/minecraft/util/ProgressListener.h"
void ConsoleSaveFileConverter::ProcessSimpleFile(ConsoleSaveFile* sourceSave,
FileEntry* sourceFileEntry,