mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-06-08 10:12:59 +00:00
chore: drop redundant Socket.h includes from PlayerList and PlayerConnection
This commit is contained in:
parent
a1b9329ad8
commit
6fd9148e17
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue