From 52041a3f1af82140755ac2096375ded772d7ccf7 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 24 Aug 2016 22:16:05 +0300 Subject: Remove useless includes. --- src/actions/pets.cpp | 3 --- src/net/tmwa/pethandler.cpp | 7 ------- 2 files changed, 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; -- cgit v1.2.3-60-g2f50