From 3ea00f61cfc4725b5ecc75afbcbe51a6e60f06a2 Mon Sep 17 00:00:00 2001 From: oy Date: Tue, 7 Dec 2010 23:51:04 +0100 Subject: removed needless include --- src/game/client/gameclient.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/game') diff --git a/src/game/client/gameclient.cpp b/src/game/client/gameclient.cpp index 2b94b10b..08459abc 100644 --- a/src/game/client/gameclient.cpp +++ b/src/game/client/gameclient.cpp @@ -101,8 +101,6 @@ static int gs_LoadTotal; } }*/ -#include - const char *CGameClient::Version() { return GAME_VERSION; } const char *CGameClient::NetVersion() { return GAME_NETVERSION; } const char *CGameClient::GetItemName(int Type) { return m_NetObjHandler.GetObjName(Type); } -- cgit 1.4.1