diff options
Diffstat (limited to 'src/UI/HorseWindow.cpp')
-rw-r--r-- | src/UI/HorseWindow.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/UI/HorseWindow.cpp b/src/UI/HorseWindow.cpp index ab060609d..bc15682f1 100644 --- a/src/UI/HorseWindow.cpp +++ b/src/UI/HorseWindow.cpp @@ -4,9 +4,9 @@ // Representing the UI window for a horse entity #include "Globals.h" -#include "Mobs/Horse.h" -#include "UI/HorseWindow.h" -#include "UI/SlotArea.h" +#include "../Mobs/Horse.h" +#include "../UI/HorseWindow.h" +#include "../UI/SlotArea.h" |