chore: drop stale app/common/App_structs.h includes from minecraft consumers

This commit is contained in:
MatthewBeshay 2026-04-09 21:45:21 +10:00
parent 62186f8afb
commit e174fabcb6
4 changed files with 1 additions and 4 deletions

View file

@ -4,7 +4,6 @@
#include <cmath>
#include "Facing.h"
#include "app/common/App_structs.h"
#include "app/linux/Linux_UIController.h"
#include "java/Color.h"
#include "java/JavaMath.h"

View file

@ -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"

View file

@ -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"

View file

@ -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"