summaryrefslogtreecommitdiff
path: root/src/net
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-08-18 20:58:02 +0300
committerAndrei Karas <akaras@inbox.ru>2017-08-18 20:58:02 +0300
commit3897d9afdfe615f29fc4dd0d7c0b5564f585c524 (patch)
tree94680626fa15133eec0d909e2e038836a7e1ab12 /src/net
parenta3e458c6c5d1fc7cda0afcab74ff95f7a63b728a (diff)
downloadplus-3897d9afdfe615f29fc4dd0d7c0b5564f585c524.tar.gz
plus-3897d9afdfe615f29fc4dd0d7c0b5564f585c524.tar.bz2
plus-3897d9afdfe615f29fc4dd0d7c0b5564f585c524.tar.xz
plus-3897d9afdfe615f29fc4dd0d7c0b5564f585c524.zip
Remove extra includes.
Diffstat (limited to 'src/net')
-rw-r--r--src/net/eathena/playerhandler.cpp3
-rw-r--r--src/net/tmwa/playerhandler.cpp3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/net/eathena/playerhandler.cpp b/src/net/eathena/playerhandler.cpp
index 2f5744dec..606b85529 100644
--- a/src/net/eathena/playerhandler.cpp
+++ b/src/net/eathena/playerhandler.cpp
@@ -35,9 +35,10 @@
#include "gui/windows/skilldialog.h"
#include "gui/windows/statuswindow.h"
+#include "net/ea/inventoryhandler.h"
+
#include "net/eathena/messageout.h"
#include "net/eathena/protocolout.h"
-#include "net/eathena/inventoryhandler.h"
#include "net/eathena/sp.h"
#include "resources/db/unitsdb.h"
diff --git a/src/net/tmwa/playerhandler.cpp b/src/net/tmwa/playerhandler.cpp
index e1d55d47d..02102a78b 100644
--- a/src/net/tmwa/playerhandler.cpp
+++ b/src/net/tmwa/playerhandler.cpp
@@ -35,7 +35,8 @@
#include "gui/windows/skilldialog.h"
#include "gui/windows/statuswindow.h"
-#include "net/tmwa/inventoryhandler.h"
+#include "net/ea/inventoryhandler.h"
+
#include "net/tmwa/messageout.h"
#include "net/tmwa/protocolout.h"
#include "net/tmwa/sp.h"