From 1a7912744ff2e0abfeae0d2d75af80d73209580c Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Mon, 19 Aug 2013 11:39:13 +0200 Subject: Moved entities into the Entities subfolder. --- source/Blocks/BlockChest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/Blocks/BlockChest.h') diff --git a/source/Blocks/BlockChest.h b/source/Blocks/BlockChest.h index 8164942a3..488c58ac5 100644 --- a/source/Blocks/BlockChest.h +++ b/source/Blocks/BlockChest.h @@ -4,7 +4,7 @@ #include "BlockEntity.h" #include "../World.h" #include "../BlockArea.h" -#include "../Player.h" +#include "../Entities/Player.h" -- cgit v1.2.3