summaryrefslogtreecommitdiffstats
path: root/source/UI/Window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/UI/Window.cpp')
-rw-r--r--source/UI/Window.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/UI/Window.cpp b/source/UI/Window.cpp
index 786ae6ed1..2794abe22 100644
--- a/source/UI/Window.cpp
+++ b/source/UI/Window.cpp
@@ -5,8 +5,8 @@
#include "SlotArea.h"
#include "../Item.h"
#include "../ClientHandle.h"
-#include "../Player.h"
-#include "../Pickup.h"
+#include "../Entities/Player.h"
+#include "../Entities/Pickup.h"
#include "../Inventory.h"
#include "../Items/ItemHandler.h"
#include "../BlockEntities/ChestEntity.h"