diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-15 19:00:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-15 19:00:59 +0300 |
commit | 39e19833f3cdb67b53544f3a8787628e484a50ef (patch) | |
tree | 20758d2591927e2147d343cf44b8ef39cd8045c5 /src/net/eathena | |
parent | 5273b0bc8dcc2adbf8557a4008c63e50955884fe (diff) | |
download | plus-39e19833f3cdb67b53544f3a8787628e484a50ef.tar.gz plus-39e19833f3cdb67b53544f3a8787628e484a50ef.tar.bz2 plus-39e19833f3cdb67b53544f3a8787628e484a50ef.tar.xz plus-39e19833f3cdb67b53544f3a8787628e484a50ef.zip |
Fix other include issues.
Diffstat (limited to 'src/net/eathena')
-rw-r--r-- | src/net/eathena/petrecv.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/net/eathena/petrecv.cpp b/src/net/eathena/petrecv.cpp index 29a19ff86..c89227f72 100644 --- a/src/net/eathena/petrecv.cpp +++ b/src/net/eathena/petrecv.cpp @@ -23,7 +23,6 @@ #include "actormanager.h" #include "notifymanager.h" -#include "being/localplayer.h" #include "being/petinfo.h" #include "being/playerinfo.h" @@ -35,16 +34,11 @@ #include "gui/widgets/createwidget.h" -#include "gui/widgets/tabs/chat/chattab.h" - #include "net/inventoryhandler.h" #include "net/messagein.h" #include "net/eathena/menu.h" -#include "utils/gettext.h" -#include "utils/stringutils.h" - #include "debug.h" namespace EAthena |