mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-01 19:04:48 +00:00
run clang-format to order includes, fix include ordering errors
This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
#include "BlockRegionUpdatePacket.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "PacketListener.h"
|
||||
#include "BlockRegionUpdatePacket.h"
|
||||
#include "minecraft/world/level/chunk/LevelChunk.h"
|
||||
#include "minecraft/world/level/dimension/Dimension.h"
|
||||
#include "Minecraft.Client/Linux/Linux_App.h"
|
||||
#include "PacketListener.h"
|
||||
#include "console_helpers/compression.h"
|
||||
#include "java/InputOutputStream/DataInputStream.h"
|
||||
#include "java/InputOutputStream/DataOutputStream.h"
|
||||
#include "minecraft/world/level/Level.h"
|
||||
#include "minecraft/world/level/chunk/LevelChunk.h"
|
||||
#include "minecraft/world/level/dimension/Dimension.h"
|
||||
|
||||
#define BLOCK_REGION_UPDATE_FULLCHUNK 0x01
|
||||
#define BLOCK_REGION_UPDATE_ZEROHEIGHT \
|
||||
|
||||
Reference in New Issue
Block a user