summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-08-24 22:16:05 +0300
committerAndrei Karas <akaras@inbox.ru>2016-08-24 22:16:05 +0300
commit52041a3f1af82140755ac2096375ded772d7ccf7 (patch)
treedf5dc6165b04bdbb7ed8eec6357d2ab15d269cf4
parent0f05881e90d4c735cb1909bb4b88d758ed692402 (diff)
downloadplus-52041a3f1af82140755ac2096375ded772d7ccf7.tar.gz
plus-52041a3f1af82140755ac2096375ded772d7ccf7.tar.bz2
plus-52041a3f1af82140755ac2096375ded772d7ccf7.tar.xz
plus-52041a3f1af82140755ac2096375ded772d7ccf7.zip
Remove useless includes.
-rw-r--r--src/actions/pets.cpp3
-rw-r--r--src/net/tmwa/pethandler.cpp7
2 files changed, 0 insertions, 10 deletions
diff --git a/src/actions/pets.cpp b/src/actions/pets.cpp
index 35efe0ea0..6f4b4ba60 100644
--- a/src/actions/pets.cpp
+++ b/src/actions/pets.cpp
@@ -39,9 +39,6 @@
#include "gui/shortcut/emoteshortcut.h"
#include "net/chathandler.h"
-#ifdef TMWA_SUPPORT
-#include "net/net.h"
-#endif
#include "net/pethandler.h"
#include "net/serverfeatures.h"
diff --git a/src/net/tmwa/pethandler.cpp b/src/net/tmwa/pethandler.cpp
index 328b0ed99..a1a36a25c 100644
--- a/src/net/tmwa/pethandler.cpp
+++ b/src/net/tmwa/pethandler.cpp
@@ -20,13 +20,6 @@
#include "net/tmwa/pethandler.h"
-#include "const/gui/chat.h"
-
-#include "net/chathandler.h"
-
-#include "utils/stringutils.h"
-#include "utils/timer.h"
-
#include "debug.h"
extern Net::PetHandler *petHandler;