refactor: move misplaced headers to their proper modules

This commit is contained in:
MatthewBeshay
2026-04-04 14:12:58 +11:00
committed by Tropical
parent d814a78453
commit 54a1f90212
95 changed files with 119 additions and 119 deletions

View File

@@ -16,7 +16,7 @@
#include "app/common/Network/NetworkPlayerInterface.h"
#include "app/common/Network/Socket.h"
#include "app/linux/LinuxGame.h"
#include "app/common/SkinBox.h"
#include "minecraft/client/SkinBox.h"
#include "ServerConnection.h"
#include "java/Class.h"
#include "java/InputOutputStream/ByteArrayInputStream.h"