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/spellmanager.cpp | |
parent | 51c5857be425d0cf19503ba47eba31fab4aceee6 (diff) | |
download | manaplus-491695e60e95668e8170e290388f976190859314.tar.gz manaplus-491695e60e95668e8170e290388f976190859314.tar.bz2 manaplus-491695e60e95668e8170e290388f976190859314.tar.xz manaplus-491695e60e95668e8170e290388f976190859314.zip |
remove extra includes if build without tmwa support.
Diffstat (limited to 'src/spellmanager.cpp')
-rw-r--r-- | src/spellmanager.cpp | 2 |
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" |