chore: drop a few more dead app/ includes from minecraft
Some checks are pending
Build (Linux, x86-64) / build-linux-amalgamate (push) Waiting to run
Build (Linux, x86-64) / build-linux-full (push) Waiting to run
Format Check / clang-format (push) Waiting to run
Release Nightly (Linux, x86-64) / release-linux (push) Waiting to run

This commit is contained in:
MatthewBeshay 2026-04-09 15:49:31 +10:00
parent 2a3b891be8
commit aa83320be8
7 changed files with 0 additions and 11 deletions

View file

@ -18,7 +18,6 @@
// below. Static thread procs can't be virtual; this one consumer keeps the
// concrete type include.
#include "app/common/Network/GameNetworkManager.h"
#include "app/common/UI/All Platforms/UIEnums.h"
#include "app/common/UI/All Platforms/UIStructs.h"
#include "app/linux/Linux_UIController.h"
#include "minecraft/SharedConstants.h"

View file

@ -1,5 +1,4 @@
#include "StatsScreen.h"
#include "app/common/Audio/SoundEngine.h"
#include "minecraft/client/Minecraft.h"
#include "minecraft/client/gui/Button.h"

View file

@ -20,9 +20,7 @@
#include "app/common/Network/Socket.h"
#include "app/common/Tutorial/FullTutorialMode.h"
#include "app/common/Tutorial/Tutorial.h"
#include "app/common/Tutorial/TutorialEnum.h"
#include "app/common/Tutorial/TutorialMode.h"
#include "app/common/UI/All Platforms/UIEnums.h"
#include "app/common/UI/All Platforms/UIStructs.h"
#include "app/common/UI/Scenes/In-Game Menu Screens/Containers/UIScene_TradingMenu.h"
#include "app/linux/Linux_UIController.h"

View file

@ -6,7 +6,6 @@
#include "ClientConnection.h"
#include "app/common/Tutorial/Tutorial.h"
#include "app/common/Tutorial/TutorialEnum.h"
#include "app/common/Tutorial/TutorialMode.h"
#include "minecraft/IGameServices.h"
#include "minecraft/client/Minecraft.h"

View file

@ -34,7 +34,6 @@
#include "app/common/Audio/SoundEngine.h"
#include "app/common/Tutorial/Tutorial.h"
#include "app/common/Tutorial/TutorialMode.h"
#include "app/common/UI/All Platforms/UIEnums.h"
#include "app/linux/Linux_UIController.h"
#include "minecraft/SharedConstants.h"
#include "minecraft/client/Minecraft.h"

View file

@ -5,11 +5,9 @@
#include <cwchar>
#include <limits>
#include <vector>
#include "app/common/Audio/SoundEngine.h"
#include "app/common/DLC/DLCAudioFile.h"
#include "app/common/DLC/DLCColourTableFile.h"
#include "app/common/DLC/DLCFile.h"
#include "app/common/DLC/DLCGameRulesHeader.h"
#include "app/common/DLC/DLCLocalisationFile.h"
#include "app/common/DLC/DLCManager.h"
@ -35,8 +33,6 @@
#include "platform/storage/storage.h"
#if defined(_WINDOWS64)
#include "app/windows/XML/ATGXmlParser.h"
#include "app/windows/XML/xmlFilesCallback.h"
#endif
namespace {

View file

@ -13,7 +13,6 @@
#include "app/common/GameRules/LevelRules/RuleDefinitions/LevelRuleset.h"
#include "app/common/Network/Socket.h"
#include "app/common/Tutorial/Tutorial.h"
#include "app/common/Tutorial/TutorialEnum.h"
#include "java/Class.h"
#include "java/JavaMath.h"
#include "minecraft/GameEnums.h"