From 8969bd9f2617060740f18b078d909ba746bb45cf Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 23 May 2018 08:37:40 +0300 Subject: Remove extra includes. --- src/net/eathena/beingrecv.cpp | 1 - src/resources/db/groupdb.cpp | 6 ++++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/net/eathena/beingrecv.cpp b/src/net/eathena/beingrecv.cpp index 5ec7cae15..440fb5971 100644 --- a/src/net/eathena/beingrecv.cpp +++ b/src/net/eathena/beingrecv.cpp @@ -42,7 +42,6 @@ #include "gui/windows/skilldialog.h" #include "gui/windows/socialwindow.h" -#include "gui/windows/okdialog.h" #include "gui/windows/outfitwindow.h" #include "net/character.h" diff --git a/src/resources/db/groupdb.cpp b/src/resources/db/groupdb.cpp index d8dc1117f..1102b7ec4 100644 --- a/src/resources/db/groupdb.cpp +++ b/src/resources/db/groupdb.cpp @@ -24,10 +24,12 @@ #include "being/localplayer.h" -#include "net/net.h" - #include "utils/checkutils.h" +#ifdef TMWA_SUPPORT +#include "net/net.h" +#endif // TMWA_SUPPORT + #include "resources/beingcommon.h" #include "resources/groupinfo.h" -- cgit v1.2.3-70-g09d2