From 3897d9afdfe615f29fc4dd0d7c0b5564f585c524 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 18 Aug 2017 20:58:02 +0300 Subject: Remove extra includes. --- src/net/eathena/playerhandler.cpp | 3 ++- src/net/tmwa/playerhandler.cpp | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'src/net') 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" -- cgit v1.2.3-70-g09d2