diff options
Diffstat (limited to 'engines/sword25/fmv/theora_decoder.cpp')
-rw-r--r-- | engines/sword25/fmv/theora_decoder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword25/fmv/theora_decoder.cpp b/engines/sword25/fmv/theora_decoder.cpp index b72542f95a..e9901c04b0 100644 --- a/engines/sword25/fmv/theora_decoder.cpp +++ b/engines/sword25/fmv/theora_decoder.cpp @@ -42,7 +42,7 @@ #ifdef USE_THEORADEC #include "common/system.h" #include "graphics/conversion.h" -#include "sound/decoders/raw.h" +#include "audio/decoders/raw.h" #include "sword25/kernel/common.h" namespace Sword25 { |