mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-19 16:18:08 +00:00
run IWYU on entire codebase
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
#include "SyncedEntityData.h"
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "Minecraft.Client/Linux/Linux_App.h"
|
||||
#include "java/InputOutputStream/DataInputStream.h"
|
||||
#include "java/InputOutputStream/DataOutputStream.h"
|
||||
#include "minecraft/network/packet/Packet.h"
|
||||
#include "minecraft/world/entity/SyncedEntityData.h"
|
||||
|
||||
class ItemInstance;
|
||||
|
||||
SynchedEntityData::SynchedEntityData() {
|
||||
m_isDirty = false;
|
||||
|
||||
Reference in New Issue
Block a user