aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/saga/sound.h')
-rw-r--r--engines/saga/sound.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/saga/sound.h b/engines/saga/sound.h
index b5f82369f4..15003b515c 100644
--- a/engines/saga/sound.h
+++ b/engines/saga/sound.h
@@ -29,10 +29,10 @@
#define SAGA_SOUND_H
#include "common/file.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 Saga {