From c934642bdb7e6747a20054d7cc7b079e69bc22c2 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 18 Mar 2010 15:09:24 +0000 Subject: COMMON: Move typedef StringList from str.h to new header str-array.h This removes the dependency on array.h from str.h. Also, begun migration from the confusing type name "StringList" to the more appropriate StringArray. svn-id: r48282 --- engines/made/sound.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/made') diff --git a/engines/made/sound.h b/engines/made/sound.h index eb2157bd42..0766c1040c 100644 --- a/engines/made/sound.h +++ b/engines/made/sound.h @@ -26,9 +26,9 @@ #ifndef MADE_SOUND_H #define MADE_SOUND_H +#include "common/array.h" #include "common/util.h" #include "common/file.h" -#include "common/list.h" #include "common/stream.h" namespace Made { -- cgit v1.2.3