summaryrefslogtreecommitdiffstats
path: root/src/UI
diff options
context:
space:
mode:
Diffstat (limited to 'src/UI')
-rw-r--r--src/UI/BeaconWindow.cpp1
-rw-r--r--src/UI/SlotArea.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/UI/BeaconWindow.cpp b/src/UI/BeaconWindow.cpp
index c32ace063..93c357600 100644
--- a/src/UI/BeaconWindow.cpp
+++ b/src/UI/BeaconWindow.cpp
@@ -7,7 +7,6 @@
#include "BeaconWindow.h"
#include "SlotArea.h"
#include "../BlockEntities/BeaconEntity.h"
-#include "../Entities/Player.h"
#include "../ClientHandle.h"
diff --git a/src/UI/SlotArea.cpp b/src/UI/SlotArea.cpp
index 3729e8dc3..94fd958d5 100644
--- a/src/UI/SlotArea.cpp
+++ b/src/UI/SlotArea.cpp
@@ -15,7 +15,6 @@
#include "../Entities/Minecart.h"
#include "../Items/ItemHandler.h"
#include "AnvilWindow.h"
-#include "Window.h"
#include "../CraftingRecipes.h"
#include "../Root.h"
#include "../FastRandom.h"