diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-11-20 21:42:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-11-20 21:53:56 +0300 |
commit | f3511bcf5aac7a46958f9cdf1649be976679d257 (patch) | |
tree | 4f8557315cc9ffdc2347ef8a09c6ea9890f7bb2f /src/net/eathena | |
parent | a4dc0e9c2b9aff1f2d6f131f263f809ee254443b (diff) | |
download | plus-f3511bcf5aac7a46958f9cdf1649be976679d257.tar.gz plus-f3511bcf5aac7a46958f9cdf1649be976679d257.tar.bz2 plus-f3511bcf5aac7a46958f9cdf1649be976679d257.tar.xz plus-f3511bcf5aac7a46958f9cdf1649be976679d257.zip |
Fix code style.
Diffstat (limited to 'src/net/eathena')
-rw-r--r-- | src/net/eathena/partyrecv.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net/eathena/partyrecv.cpp b/src/net/eathena/partyrecv.cpp index 3763eb1f5..ebe7e753c 100644 --- a/src/net/eathena/partyrecv.cpp +++ b/src/net/eathena/partyrecv.cpp @@ -21,7 +21,6 @@ #include "net/eathena/partyrecv.h" -#include "actormanager.h" #include "notifymanager.h" #include "party.h" |