summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;