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/sword1/sound.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sword1/sound.h') diff --git a/engines/sword1/sound.h b/engines/sword1/sound.h index ececb95875..ae96132241 100644 --- a/engines/sword1/sound.h +++ b/engines/sword1/sound.h @@ -31,7 +31,7 @@ #include "common/file.h" #include "common/util.h" #include "common/random.h" -#include "sound/mixer.h" +#include "audio/mixer.h" namespace Audio { class Mixer; -- cgit v1.2.3