about summary refs log tree commit diff
path: root/src/game
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2010-12-07 23:51:04 +0100
committeroy <Tom_Adams@web.de>2010-12-07 23:51:04 +0100
commit3ea00f61cfc4725b5ecc75afbcbe51a6e60f06a2 (patch)
tree1e1fade22e15561a6ea5c4357eebba158ee4c6af /src/game
parent7414271309433d7501fb6d7731ee3dd38df72dd1 (diff)
downloadzcatch-3ea00f61cfc4725b5ecc75afbcbe51a6e60f06a2.tar.gz
zcatch-3ea00f61cfc4725b5ecc75afbcbe51a6e60f06a2.zip
removed needless include
Diffstat (limited to 'src/game')
-rw-r--r--src/game/client/gameclient.cpp2
1 files changed, 0 insertions, 2 deletions
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 <base/tl/sorted_array.h>
-
 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); }