diff options
Diffstat (limited to 'engines/sci/video/robot_decoder.h')
-rw-r--r-- | engines/sci/video/robot_decoder.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/video/robot_decoder.h b/engines/sci/video/robot_decoder.h index b8ca0ee857..52bf0bad07 100644 --- a/engines/sci/video/robot_decoder.h +++ b/engines/sci/video/robot_decoder.h @@ -30,8 +30,8 @@ #include "common/rect.h" #include "common/stream.h" #include "common/substream.h" -#include "sound/audiostream.h" -#include "sound/mixer.h" +#include "audio/audiostream.h" +#include "audio/mixer.h" #include "video/video_decoder.h" namespace Sci { |