diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-09-04 01:26:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-09-04 01:26:47 +0300 |
commit | 8356efd659046630db247b344bb4baec29c4a6e7 (patch) | |
tree | b0758791b4f0856856536556d0e99f1ef08bf3bb /src/net/eathena/elementalhandler.cpp | |
parent | ad65d5b7ee4e206733add9e5514a7d51e02c2d54 (diff) | |
download | plus-8356efd659046630db247b344bb4baec29c4a6e7.tar.gz plus-8356efd659046630db247b344bb4baec29c4a6e7.tar.bz2 plus-8356efd659046630db247b344bb4baec29c4a6e7.tar.xz plus-8356efd659046630db247b344bb4baec29c4a6e7.zip |
Remove some useless includes.
Diffstat (limited to 'src/net/eathena/elementalhandler.cpp')
-rw-r--r-- | src/net/eathena/elementalhandler.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/net/eathena/elementalhandler.cpp b/src/net/eathena/elementalhandler.cpp index e23758647..96413e3ce 100644 --- a/src/net/eathena/elementalhandler.cpp +++ b/src/net/eathena/elementalhandler.cpp @@ -20,9 +20,6 @@ #include "net/eathena/elementalhandler.h" -#include "net/eathena/elementalrecv.h" -#include "net/eathena/protocol.h" - #include "debug.h" extern Net::ElementalHandler *elementalHandler; |