refactor: relocate Socket header into minecraft/network

This commit is contained in:
MatthewBeshay
2026-04-09 22:31:09 +10:00
parent 41d139ce32
commit 684b55c260
8 changed files with 7 additions and 7 deletions

View File

@@ -14,7 +14,7 @@
#include "ReceivingLevelScreen.h"
#include "app/common/ConsoleGameMode.h"
#include "minecraft/client/skins/ISkinAssetData.h"
#include "app/common/Network/Socket.h"
#include "minecraft/network/Socket.h"
#include "app/common/Tutorial/FullTutorialMode.h"
#include "minecraft/world/tutorial/ITutorial.h"
#include "app/common/UI/All Platforms/UIStructs.h"