mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-01 19:25:04 +00:00
run IWYU on entire codebase
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#include "PlayerChunkMap.h"
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <compare>
|
||||
#include <format>
|
||||
@@ -27,6 +26,7 @@
|
||||
#include "minecraft/world/level/Level.h"
|
||||
#include "minecraft/world/level/chunk/LevelChunk.h"
|
||||
#include "minecraft/world/level/tile/entity/TileEntity.h"
|
||||
#include "minecraft/world/level/ChunkPos.h"
|
||||
|
||||
PlayerChunkMap::PlayerChunk::PlayerChunk(int x, int z, PlayerChunkMap* pcm)
|
||||
: pos(x, z) {
|
||||
|
||||
Reference in New Issue
Block a user