cleanup: remove console platform code from shared includes and build paths

This commit is contained in:
MatthewBeshay
2026-03-26 17:53:37 +11:00
parent 2117a772d7
commit ad5da38321
13511 changed files with 99 additions and 2528309 deletions
-6
View File
@@ -26,12 +26,6 @@
#include "../../Minecraft.World/Headers/net.minecraft.world.level.saveddata.h"
#include "../../Minecraft.World/Util/JavaMath.h"
#include "../../Minecraft.World/Level/Storage/EntityIO.h"
#ifdef _XBOX
#include "../Platform/Xbox/Network/NetworkPlayerXbox.h"
#elif defined(__PS3__) || defined(__ORBIS__)
#include "../Platform/Common/Network/Sony/NetworkPlayerSony.h"
#endif
// 4J - this class is fairly substantially altered as there didn't seem any
// point in porting code for banning, whitelisting, ops etc.