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/teenagent/scene.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'engines/teenagent/scene.h') diff --git a/engines/teenagent/scene.h b/engines/teenagent/scene.h index bf01e211ef..92e5e05c04 100644 --- a/engines/teenagent/scene.h +++ b/engines/teenagent/scene.h @@ -27,12 +27,14 @@ #include "teenagent/surface.h" #include "teenagent/actor.h" -#include "common/system.h" -#include "common/list.h" #include "teenagent/objects.h" #include "teenagent/surface.h" #include "teenagent/surface_list.h" +#include "common/system.h" +#include "common/array.h" +#include "common/list.h" + namespace TeenAgent { class TeenAgentEngine; -- cgit v1.2.3