summaryrefslogtreecommitdiffstats
path: root/source/packets/cPacket_DestroyEntity.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/packets/cPacket_DestroyEntity.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/packets/cPacket_DestroyEntity.cpp b/source/packets/cPacket_DestroyEntity.cpp
index e0ee22c76..6dfd059c8 100644
--- a/source/packets/cPacket_DestroyEntity.cpp
+++ b/source/packets/cPacket_DestroyEntity.cpp
@@ -1,5 +1,5 @@
#include "cPacket_DestroyEntity.h"
-#include "cEntity.h"
+#include "../cEntity.h"
cPacket_DestroyEntity::cPacket_DestroyEntity(cEntity* a_Entity)
{