diff options
Diffstat (limited to '')
-rw-r--r-- | source/cServer.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source/cServer.h b/source/cServer.h index b2a46f78a..db60a2742 100644 --- a/source/cServer.h +++ b/source/cServer.h @@ -1,8 +1,6 @@ +
#pragma once
-class cEvent;
-class cSemaphore;
-class cCriticalSection;
class cPlayer;
class cClientHandle;
class cPacket;
|