summaryrefslogtreecommitdiff
path: root/src/net/eathena
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-06-30 03:23:23 +0300
committerAndrei Karas <akaras@inbox.ru>2017-06-30 03:35:27 +0300
commit0b20c8cb3c0b4831349e0b76495ad207630292aa (patch)
treed3c00514cd5c95bf4899db90e62ba7918baa234e /src/net/eathena
parent201dc96af656196a24e6ce4bbcc3e22fc960a972 (diff)
downloadplus-0b20c8cb3c0b4831349e0b76495ad207630292aa.tar.gz
plus-0b20c8cb3c0b4831349e0b76495ad207630292aa.tar.bz2
plus-0b20c8cb3c0b4831349e0b76495ad207630292aa.tar.xz
plus-0b20c8cb3c0b4831349e0b76495ad207630292aa.zip
Remove extra includes from headers.
Diffstat (limited to 'src/net/eathena')
-rw-r--r--src/net/eathena/generalrecv.cpp1
-rw-r--r--src/net/eathena/messagein.cpp1
-rw-r--r--src/net/eathena/network.cpp1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/net/eathena/generalrecv.cpp b/src/net/eathena/generalrecv.cpp
index 58f16c9df..2074fe31e 100644
--- a/src/net/eathena/generalrecv.cpp
+++ b/src/net/eathena/generalrecv.cpp
@@ -27,6 +27,7 @@
#include "net/messagein.h"
+#include "utils/cast.h"
#include "utils/gettext.h"
#include "debug.h"
diff --git a/src/net/eathena/messagein.cpp b/src/net/eathena/messagein.cpp
index a53748be0..c5cb79fda 100644
--- a/src/net/eathena/messagein.cpp
+++ b/src/net/eathena/messagein.cpp
@@ -27,6 +27,7 @@
#include "net/net.h"
#include "net/packetcounters.h"
+#include "utils/cast.h"
#include "utils/stringutils.h"
PRAGMA48(GCC diagnostic push)
diff --git a/src/net/eathena/network.cpp b/src/net/eathena/network.cpp
index 4c6194fdd..79ac29f51 100644
--- a/src/net/eathena/network.cpp
+++ b/src/net/eathena/network.cpp
@@ -79,6 +79,7 @@
#include "resources/db/networkdb.h"
+#include "utils/cast.h"
#include "utils/checkutils.h"
#include "utils/foreach.h"