summaryrefslogtreecommitdiff
path: root/src/net/tmwa/playerhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-11-07 13:53:35 +0300
committerAndrei Karas <akaras@inbox.ru>2013-11-07 13:53:35 +0300
commitd21a9461e853d657c139b97cb474d8e2549d83a9 (patch)
treec4d770418006d7d87d7148c60bf5a5c5f2711708 /src/net/tmwa/playerhandler.cpp
parent1a6b16b7047b8558a5870318190b038b2b81556f (diff)
downloadplus-d21a9461e853d657c139b97cb474d8e2549d83a9.tar.gz
plus-d21a9461e853d657c139b97cb474d8e2549d83a9.tar.bz2
plus-d21a9461e853d657c139b97cb474d8e2549d83a9.tar.xz
plus-d21a9461e853d657c139b97cb474d8e2549d83a9.zip
remove client.h include from some files.
Diffstat (limited to 'src/net/tmwa/playerhandler.cpp')
-rw-r--r--src/net/tmwa/playerhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/playerhandler.cpp b/src/net/tmwa/playerhandler.cpp
index b1fa64d25..164ecb8c2 100644
--- a/src/net/tmwa/playerhandler.cpp
+++ b/src/net/tmwa/playerhandler.cpp
@@ -23,7 +23,6 @@
#include "net/tmwa/playerhandler.h"
#include "configuration.h"
-#include "client.h"
#include "game.h"
#include "soundmanager.h"
@@ -40,6 +39,7 @@
#include "debug.h"
extern Net::PlayerHandler *playerHandler;
+extern int serverVersion;
namespace TmwAthena
{