aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/saga/sound.cpp')
-rw-r--r--engines/saga/sound.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/saga/sound.cpp b/engines/saga/sound.cpp
index 642b07eb07..f8859ad525 100644
--- a/engines/saga/sound.cpp
+++ b/engines/saga/sound.cpp
@@ -30,8 +30,8 @@
#include "sound/audiostream.h"
#include "sound/mixer.h"
-#include "sound/adpcm.h"
-#include "sound/raw.h"
+#include "sound/decoders/adpcm.h"
+#include "sound/decoders/raw.h"
namespace Saga {