summaryrefslogtreecommitdiff
path: root/src/spellmanager.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-10-05 23:28:34 +0300
committerAndrei Karas <akaras@inbox.ru>2017-10-06 19:02:03 +0300
commit491695e60e95668e8170e290388f976190859314 (patch)
tree78f81f3a7326c6c5400879927e033718e031e43b /src/spellmanager.cpp
parent51c5857be425d0cf19503ba47eba31fab4aceee6 (diff)
downloadManaVerse-491695e60e95668e8170e290388f976190859314.tar.gz
ManaVerse-491695e60e95668e8170e290388f976190859314.tar.bz2
ManaVerse-491695e60e95668e8170e290388f976190859314.tar.xz
ManaVerse-491695e60e95668e8170e290388f976190859314.zip
remove extra includes if build without tmwa support.
Diffstat (limited to 'src/spellmanager.cpp')
-rw-r--r--src/spellmanager.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/spellmanager.cpp b/src/spellmanager.cpp
index 257ae3e35..f24adb777 100644
--- a/src/spellmanager.cpp
+++ b/src/spellmanager.cpp
@@ -26,7 +26,9 @@
#include "textcommand.h"
#include "being/localplayer.h"
+#ifdef TMWA_SUPPORT
#include "being/playerinfo.h"
+#endif // TMWA_SUPPORT
#include "const/spells.h"