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/groovie/cursor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/groovie/cursor.h') diff --git a/engines/groovie/cursor.h b/engines/groovie/cursor.h index b37384bee5..6df7860e23 100644 --- a/engines/groovie/cursor.h +++ b/engines/groovie/cursor.h @@ -27,6 +27,7 @@ #define GROOVIE_CURSOR_H #include "common/system.h" +#include "common/array.h" #include "common/file.h" namespace Groovie { -- cgit v1.2.3