aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/sound.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2019-07-24 14:02:30 +0200
committerEugene Sandulenko2019-09-03 17:17:28 +0200
commita50e1469b7530bab111b9dd68999cdffe4e827b9 (patch)
tree1a949c0f647351bae69c5ab90499160742afb43d /engines/hdb/sound.cpp
parente0b0d85f5b1c02136cf834b7eec181901faf2fc6 (diff)
downloadscummvm-rg350-a50e1469b7530bab111b9dd68999cdffe4e827b9.tar.gz
scummvm-rg350-a50e1469b7530bab111b9dd68999cdffe4e827b9.tar.bz2
scummvm-rg350-a50e1469b7530bab111b9dd68999cdffe4e827b9.zip
HDB: Reduce header dependency
Diffstat (limited to 'engines/hdb/sound.cpp')
-rw-r--r--engines/hdb/sound.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/hdb/sound.cpp b/engines/hdb/sound.cpp
index d1a73e06ed..878f0074d7 100644
--- a/engines/hdb/sound.cpp
+++ b/engines/hdb/sound.cpp
@@ -21,7 +21,10 @@
*/
#include "common/debug.h"
+#include "audio/audiostream.h"
#include "audio/mixer.h"
+#include "audio/decoders/wave.h"
+#include "audio/decoders/mp3.h"
#include "hdb/hdb.h"
#include "hdb/file-manager.h"