aboutsummaryrefslogtreecommitdiff
path: root/video/smk_decoder.h
diff options
context:
space:
mode:
authorMax Horn2011-02-09 01:09:01 +0000
committerMax Horn2011-02-09 01:09:01 +0000
commit42ab839dd6c8a1570b232101eb97f4e54de57935 (patch)
tree3b763d8913a87482b793e0348c88b9a5f40eecc9 /video/smk_decoder.h
parent386203a3d6ce1abf457c9110d695408ec5f01b85 (diff)
downloadscummvm-rg350-42ab839dd6c8a1570b232101eb97f4e54de57935.tar.gz
scummvm-rg350-42ab839dd6c8a1570b232101eb97f4e54de57935.tar.bz2
scummvm-rg350-42ab839dd6c8a1570b232101eb97f4e54de57935.zip
AUDIO: Rename sound/ dir to audio/
svn-id: r55850
Diffstat (limited to 'video/smk_decoder.h')
-rw-r--r--video/smk_decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/smk_decoder.h b/video/smk_decoder.h
index 146d8a7935..2d01909a44 100644
--- a/video/smk_decoder.h
+++ b/video/smk_decoder.h
@@ -27,7 +27,7 @@
#define VIDEO_SMK_PLAYER_H
#include "video/video_decoder.h"
-#include "sound/mixer.h"
+#include "audio/mixer.h"
namespace Audio {
class QueuingAudioStream;