summaryrefslogtreecommitdiff
path: root/src/net/eathena/petrecv.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-06-15 19:00:59 +0300
committerAndrei Karas <akaras@inbox.ru>2016-06-15 19:00:59 +0300
commit39e19833f3cdb67b53544f3a8787628e484a50ef (patch)
tree20758d2591927e2147d343cf44b8ef39cd8045c5 /src/net/eathena/petrecv.cpp
parent5273b0bc8dcc2adbf8557a4008c63e50955884fe (diff)
downloadplus-39e19833f3cdb67b53544f3a8787628e484a50ef.tar.gz
plus-39e19833f3cdb67b53544f3a8787628e484a50ef.tar.bz2
plus-39e19833f3cdb67b53544f3a8787628e484a50ef.tar.xz
plus-39e19833f3cdb67b53544f3a8787628e484a50ef.zip
Fix other include issues.
Diffstat (limited to 'src/net/eathena/petrecv.cpp')
-rw-r--r--src/net/eathena/petrecv.cpp6
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