summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/net/eathena/beingrecv.cpp1
-rw-r--r--src/resources/db/groupdb.cpp6
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"