summaryrefslogtreecommitdiff
path: root/src/soundmanager.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-06-30 16:20:23 +0300
committerAndrei Karas <akaras@inbox.ru>2017-06-30 16:20:23 +0300
commit35002b57f36c1ea66daada6a3a0ef05ef37512ec (patch)
tree62ee93fdfacd78484925ab367fb39b6dd1dea49b /src/soundmanager.cpp
parent47f3e53850eae9c714ffad0c1197191a782e72e8 (diff)
downloadplus-35002b57f36c1ea66daada6a3a0ef05ef37512ec.tar.gz
plus-35002b57f36c1ea66daada6a3a0ef05ef37512ec.tar.bz2
plus-35002b57f36c1ea66daada6a3a0ef05ef37512ec.tar.xz
plus-35002b57f36c1ea66daada6a3a0ef05ef37512ec.zip
Remove more extra headers.
Diffstat (limited to 'src/soundmanager.cpp')
-rw-r--r--src/soundmanager.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soundmanager.cpp b/src/soundmanager.cpp
index e9e54b046..37a6321a7 100644
--- a/src/soundmanager.cpp
+++ b/src/soundmanager.cpp
@@ -30,7 +30,9 @@
#include "fs/virtfs/fs.h"
+#ifndef TMWA_SUPPORT
#include "utils/cast.h"
+#endif // TMWA_SUPPORT
#include "resources/sdlmusic.h"
#include "resources/soundeffect.h"