diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-08-04 02:39:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-04 02:39:50 +0300 |
commit | 0cd72c26170c6c1f4b66583e45d4591a32f72f3c (patch) | |
tree | 50496687b0e3ce6e7ba65a2759523d0f6bec8740 /src/net/eathena/elementalrecv.cpp | |
parent | fd29de84b343f05ccca13e34cc11bc0b5496de55 (diff) | |
download | plus-0cd72c26170c6c1f4b66583e45d4591a32f72f3c.tar.gz plus-0cd72c26170c6c1f4b66583e45d4591a32f72f3c.tar.bz2 plus-0cd72c26170c6c1f4b66583e45d4591a32f72f3c.tar.xz plus-0cd72c26170c6c1f4b66583e45d4591a32f72f3c.zip |
Remove extra include.
Diffstat (limited to 'src/net/eathena/elementalrecv.cpp')
-rw-r--r-- | src/net/eathena/elementalrecv.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net/eathena/elementalrecv.cpp b/src/net/eathena/elementalrecv.cpp index 220364acc..f965f18c2 100644 --- a/src/net/eathena/elementalrecv.cpp +++ b/src/net/eathena/elementalrecv.cpp @@ -20,8 +20,6 @@ #include "net/eathena/elementalrecv.h" -#include "logger.h" - #include "being/playerinfo.h" #include "net/messagein.h" |