diff --git a/targets/minecraft/client/gui/Gui.cpp b/targets/minecraft/client/gui/Gui.cpp index cf6315f69..14266d9ef 100644 --- a/targets/minecraft/client/gui/Gui.cpp +++ b/targets/minecraft/client/gui/Gui.cpp @@ -4,7 +4,6 @@ #include #include "Facing.h" -#include "app/common/App_structs.h" #include "app/linux/Linux_UIController.h" #include "java/Color.h" #include "java/JavaMath.h" diff --git a/targets/minecraft/client/multiplayer/ClientConnection.cpp b/targets/minecraft/client/multiplayer/ClientConnection.cpp index 7a942b299..ad8e28e47 100644 --- a/targets/minecraft/client/multiplayer/ClientConnection.cpp +++ b/targets/minecraft/client/multiplayer/ClientConnection.cpp @@ -12,7 +12,6 @@ #include "MultiPlayerLevel.h" #include "ReceivingLevelScreen.h" -#include "app/common/App_structs.h" #include "app/common/ConsoleGameMode.h" #include "minecraft/client/skins/ISkinAssetData.h" #include "app/common/Network/Socket.h" diff --git a/targets/minecraft/client/player/LocalPlayer.cpp b/targets/minecraft/client/player/LocalPlayer.cpp index 506d38c0d..3efa77260 100644 --- a/targets/minecraft/client/player/LocalPlayer.cpp +++ b/targets/minecraft/client/player/LocalPlayer.cpp @@ -30,8 +30,8 @@ // 4J Stu - Added for tutorial callbacks #include "PlatformTypes.h" #include "Pos.h" -#include "app/common/App_structs.h" #include "minecraft/sounds/ConsoleSoundEngine.h" +#include "platform/profile/ProfileConstants.h" #include "app/common/Tutorial/Tutorial.h" #include "app/common/Tutorial/TutorialMode.h" #include "app/linux/Linux_UIController.h" diff --git a/targets/minecraft/world/entity/player/Player.cpp b/targets/minecraft/world/entity/player/Player.cpp index d6acd2f98..161401d15 100644 --- a/targets/minecraft/world/entity/player/Player.cpp +++ b/targets/minecraft/world/entity/player/Player.cpp @@ -21,7 +21,6 @@ #include "Inventory.h" #include "Player.h" -#include "app/common/App_structs.h" #include "minecraft/client/skins/ISkinAssetData.h" #include "java/JavaMath.h" #include "java/Random.h"