From 42ab839dd6c8a1570b232101eb97f4e54de57935 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 9 Feb 2011 01:09:01 +0000 Subject: AUDIO: Rename sound/ dir to audio/ svn-id: r55850 --- engines/lastexpress/data/snd.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/lastexpress/data/snd.cpp') diff --git a/engines/lastexpress/data/snd.cpp b/engines/lastexpress/data/snd.cpp index b98e490215..bd2320726a 100644 --- a/engines/lastexpress/data/snd.cpp +++ b/engines/lastexpress/data/snd.cpp @@ -30,8 +30,8 @@ #include "lastexpress/debug.h" -#include "sound/decoders/adpcm.h" -#include "sound/audiostream.h" +#include "audio/decoders/adpcm.h" +#include "audio/audiostream.h" #include "common/memstream.h" namespace LastExpress { -- cgit v1.2.3