diff options
Diffstat (limited to 'source/cServer.h')
-rw-r--r-- | source/cServer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/cServer.h b/source/cServer.h index 48a39db7d..a97bcbd7a 100644 --- a/source/cServer.h +++ b/source/cServer.h @@ -19,7 +19,6 @@ class cPlayer; class cClientHandle; -class cPacket; typedef std::list<cClientHandle *> cClientHandleList; |