diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-02-14 01:27:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-02-14 01:27:00 +0300 |
commit | f3c6fa172c4058bfdc7ceb08a6476fd2308038ff (patch) | |
tree | 828f040d797fb5db0788fb074b5f3b14d10901b7 /src/net/eathena/clanhandler.cpp | |
parent | 4bd5a79e75da10d976a8d30fafdd3c5273442bab (diff) | |
download | plus-f3c6fa172c4058bfdc7ceb08a6476fd2308038ff.tar.gz plus-f3c6fa172c4058bfdc7ceb08a6476fd2308038ff.tar.bz2 plus-f3c6fa172c4058bfdc7ceb08a6476fd2308038ff.tar.xz plus-f3c6fa172c4058bfdc7ceb08a6476fd2308038ff.zip |
Remove extra includes.
Diffstat (limited to 'src/net/eathena/clanhandler.cpp')
-rw-r--r-- | src/net/eathena/clanhandler.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net/eathena/clanhandler.cpp b/src/net/eathena/clanhandler.cpp index f35bc9504..d0d08f623 100644 --- a/src/net/eathena/clanhandler.cpp +++ b/src/net/eathena/clanhandler.cpp @@ -25,8 +25,6 @@ #include "net/eathena/messageout.h" #include "net/eathena/protocolout.h" -#include "utils/cast.h" - #include "debug.h" extern int packetVersion; |