diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-10-05 23:28:34 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-10-06 19:02:03 +0300 |
commit | 491695e60e95668e8170e290388f976190859314 (patch) | |
tree | 78f81f3a7326c6c5400879927e033718e031e43b /src/utils | |
parent | 51c5857be425d0cf19503ba47eba31fab4aceee6 (diff) | |
download | plus-491695e60e95668e8170e290388f976190859314.tar.gz plus-491695e60e95668e8170e290388f976190859314.tar.bz2 plus-491695e60e95668e8170e290388f976190859314.tar.xz plus-491695e60e95668e8170e290388f976190859314.zip |
remove extra includes if build without tmwa support.
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/chatutils.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utils/chatutils.cpp b/src/utils/chatutils.cpp index 966e383bd..cb264dff1 100644 --- a/src/utils/chatutils.cpp +++ b/src/utils/chatutils.cpp @@ -31,10 +31,11 @@ #include "net/chathandler.h" #include "net/guildhandler.h" -#include "net/net.h" #include "net/partyhandler.h" #ifdef TMWA_SUPPORT +#include "net/net.h" + #include "net/tmwa/guildmanager.h" #endif // TMWA_SUPPORT |