diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-25 00:37:38 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-25 00:37:38 +0300 |
commit | 731cbd052d5d684686a7edff54f0653c3378f067 (patch) | |
tree | fa9276a7f4f742689bcbbd477d8d3d06e10ed258 /src/net/eathena/maphandler.cpp | |
parent | 8e97f21210ff36cd935e1e51040ec239c0c97597 (diff) | |
download | plus-731cbd052d5d684686a7edff54f0653c3378f067.tar.gz plus-731cbd052d5d684686a7edff54f0653c3378f067.tar.bz2 plus-731cbd052d5d684686a7edff54f0653c3378f067.tar.xz plus-731cbd052d5d684686a7edff54f0653c3378f067.zip |
Remove useless includes.
Diffstat (limited to 'src/net/eathena/maphandler.cpp')
-rw-r--r-- | src/net/eathena/maphandler.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/net/eathena/maphandler.cpp b/src/net/eathena/maphandler.cpp index 51b78d4ff..ee43bcfe0 100644 --- a/src/net/eathena/maphandler.cpp +++ b/src/net/eathena/maphandler.cpp @@ -22,9 +22,6 @@ #include "logger.h" -#include "net/ea/eaprotocol.h" - -#include "net/eathena/messageout.h" #include "net/eathena/protocol.h" #include "debug.h" |