summaryrefslogtreecommitdiff
path: root/src/net/eathena/playerhandler.cpp
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/eathena/playerhandler.cpp
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/eathena/playerhandler.cpp')
-rw-r--r--src/net/eathena/playerhandler.cpp3
1 files changed, 2 insertions, 1 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"