summaryrefslogtreecommitdiff
path: root/src/soundmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/soundmanager.cpp')
-rw-r--r--src/soundmanager.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/soundmanager.cpp b/src/soundmanager.cpp
index a3b5149e0..d08b58c1f 100644
--- a/src/soundmanager.cpp
+++ b/src/soundmanager.cpp
@@ -30,10 +30,6 @@
#include "fs/virtfs/fs.h"
-#ifndef TMWA_SUPPORT
-#include "utils/cast.h"
-#endif // TMWA_SUPPORT
-
#include "resources/sdlmusic.h"
#include "resources/soundeffect.h"
@@ -42,6 +38,9 @@
#include "resources/resourcemanager/resourcemanager.h"
+#ifdef DYECMD
+#include "utils/cast.h"
+#endif
#include "utils/checkutils.h"
PRAGMA48(GCC diagnostic push)