mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-16 21:12:54 +00:00
chore: drop stale app/common/App_structs.h includes from minecraft consumers
This commit is contained in:
parent
62186f8afb
commit
e174fabcb6
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue