diff options
Diffstat (limited to 'source/packets/cPacket_WholeInventory.h')
-rw-r--r-- | source/packets/cPacket_WholeInventory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/packets/cPacket_WholeInventory.h b/source/packets/cPacket_WholeInventory.h index 766342cd2..cee102055 100644 --- a/source/packets/cPacket_WholeInventory.h +++ b/source/packets/cPacket_WholeInventory.h @@ -1,8 +1,8 @@ #pragma once
#include "cPacket.h"
-#include "PacketID.h"
-#include "BlockID.h"
+
+#include "../BlockID.h"
class cInventory;
class cWindow;
|