From e174fabcb649caad4ba805636cf56160d8c670e7 Mon Sep 17 00:00:00 2001 From: MatthewBeshay <92357869+MatthewBeshay@users.noreply.github.com> Date: Thu, 9 Apr 2026 21:45:21 +1000 Subject: [PATCH] chore: drop stale app/common/App_structs.h includes from minecraft consumers --- targets/minecraft/client/gui/Gui.cpp | 1 - targets/minecraft/client/multiplayer/ClientConnection.cpp | 1 - targets/minecraft/client/player/LocalPlayer.cpp | 2 +- targets/minecraft/world/entity/player/Player.cpp | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) 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"