mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-23 21:05:57 +00:00
run clang-format to order includes, fix include ordering errors
This commit is contained in:
@@ -2,13 +2,14 @@
|
||||
// IndirectEntityDamageSource::IndirectEntityDamageSource(const wstring &msgId,
|
||||
// shared_ptr<Entity> entity, shared_ptr<Entity> owner) :
|
||||
// EntityDamageSource(msgId, entity)
|
||||
#include "minecraft/world/damageSource/IndirectEntityDamageSource.h"
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
#include "java/Class.h"
|
||||
#include "minecraft/network/packet/ChatPacket.h"
|
||||
#include "minecraft/world/damageSource/EntityDamageSource.h"
|
||||
#include "minecraft/world/damageSource/IndirectEntityDamageSource.h"
|
||||
#include "minecraft/world/entity/Entity.h"
|
||||
#include "minecraft/world/entity/LivingEntity.h"
|
||||
#include "minecraft/world/entity/player/Player.h"
|
||||
|
||||
Reference in New Issue
Block a user