summaryrefslogtreecommitdiffstats
path: root/source/packets/cPacket_ItemData.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/packets/cPacket_ItemData.h')
-rw-r--r--source/packets/cPacket_ItemData.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/packets/cPacket_ItemData.h b/source/packets/cPacket_ItemData.h
index 86bdb9af2..26f07b54d 100644
--- a/source/packets/cPacket_ItemData.h
+++ b/source/packets/cPacket_ItemData.h
@@ -1,8 +1,8 @@
#pragma once
-#include "PacketID.h"
+
#include "cPacket.h"
-#include "cItem.h"
+#include "../cItem.h"
class cPacket_ItemData : public cPacket
{