aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/m4/sound.h')
-rw-r--r--engines/m4/sound.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/m4/sound.h b/engines/m4/sound.h
index 5587810506..8962e67dfd 100644
--- a/engines/m4/sound.h
+++ b/engines/m4/sound.h
@@ -30,10 +30,10 @@
#include "common/file.h"
#include "common/array.h"
-#include "sound/mixer.h"
-#include "sound/decoders/mp3.h"
-#include "sound/decoders/vorbis.h"
-#include "sound/decoders/flac.h"
+#include "audio/mixer.h"
+#include "audio/decoders/mp3.h"
+#include "audio/decoders/vorbis.h"
+#include "audio/decoders/flac.h"
namespace M4 {