clean up forwards declarations in player

This commit is contained in:
ebbit1q 2025-09-20 12:21:28 +02:00
parent 6ae9f5b881
commit 327cec4418

View file

@ -9,21 +9,11 @@
#include <QString>
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
{