From 327cec44182879ca38beb4acc5092ef07bc14223 Mon Sep 17 00:00:00 2001 From: ebbit1q Date: Sat, 20 Sep 2025 12:21:28 +0200 Subject: [PATCH] clean up forwards declarations in player --- common/server/game/server_player.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/common/server/game/server_player.h b/common/server/game/server_player.h index 033c80ebb..fc3e69ee8 100644 --- a/common/server/game/server_player.h +++ b/common/server/game/server_player.h @@ -9,21 +9,11 @@ #include class DeckList; -class Server_Game; class Server_CardZone; class Server_Counter; class Server_Arrow; class Server_Card; -class Server_AbstractUserInterface; -class ServerInfo_User; -class ServerInfo_Player; -class ServerInfo_PlayerProperties; -class CommandContainer; class CardToMove; -class GameEventContainer; -class GameEventStorage; -class ResponseContainer; -class GameCommand; class Server_Player : public Server_AbstractParticipant {