chore: drop redundant Socket.h includes from PlayerList and PlayerConnection

This commit is contained in:
MatthewBeshay 2026-04-09 22:06:25 +10:00
parent a1b9329ad8
commit 6fd9148e17
2 changed files with 0 additions and 2 deletions

View file

@ -11,7 +11,6 @@
#include "MinecraftServer.h"
#include "Settings.h"
#include "app/common/GameRules/LevelRules/RuleDefinitions/LevelRuleset.h"
#include "app/common/Network/Socket.h"
#include "app/common/Tutorial/Tutorial.h"
#include "java/Class.h"
#include "java/JavaMath.h"

View file

@ -9,7 +9,6 @@
#include <utility>
#include "ServerConnection.h"
#include "app/common/Network/Socket.h"
#include "java/Class.h"
#include "java/InputOutputStream/ByteArrayInputStream.h"
#include "java/InputOutputStream/DataInputStream.h"