summaryrefslogtreecommitdiff
path: root/src/net/tmwa/npchandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-08-22 12:57:14 +0300
committerAndrei Karas <akaras@inbox.ru>2012-08-23 22:54:38 +0300
commit670579b8379c1f4fbce6a940652b162cabcd867a (patch)
treeb4b4f29fa45c0e8190e9bf2d5153ee156e1e1c70 /src/net/tmwa/npchandler.cpp
parent62ffd2023d9073e452fe2e2f50cf6b2f11224d6f (diff)
downloadplus-670579b8379c1f4fbce6a940652b162cabcd867a.tar.gz
plus-670579b8379c1f4fbce6a940652b162cabcd867a.tar.bz2
plus-670579b8379c1f4fbce6a940652b162cabcd867a.tar.xz
plus-670579b8379c1f4fbce6a940652b162cabcd867a.zip
Remove useless includes.
Diffstat (limited to 'src/net/tmwa/npchandler.cpp')
-rw-r--r--src/net/tmwa/npchandler.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/net/tmwa/npchandler.cpp b/src/net/tmwa/npchandler.cpp
index 6cd02c6e2..d68a78c8c 100644
--- a/src/net/tmwa/npchandler.cpp
+++ b/src/net/tmwa/npchandler.cpp
@@ -27,10 +27,6 @@
#include "gui/npcdialog.h"
#include "gui/viewport.h"
-#include "net/messagein.h"
-#include "net/net.h"
-#include "net/npchandler.h"
-
#include "net/tmwa/protocol.h"
#include "net/ea/eaprotocol.h"
@@ -40,6 +36,7 @@
#include "debug.h"
extern Net::NpcHandler *npcHandler;
+extern int serverVersion;
namespace TmwAthena
{