aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/objects/actors/actor.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pink/objects/actors/actor.h')
-rw-r--r--engines/pink/objects/actors/actor.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/pink/objects/actors/actor.h b/engines/pink/objects/actors/actor.h
index 4992a75194..b7650a20d0 100644
--- a/engines/pink/objects/actors/actor.h
+++ b/engines/pink/objects/actors/actor.h
@@ -23,10 +23,9 @@
#ifndef PINK_ACTOR_H
#define PINK_ACTOR_H
-#include "common/array.h"
#include "common/rect.h"
-#include "pink/objects/object.h"
+#include "pink/utils.h"
namespace Pink {
@@ -81,7 +80,7 @@ public:
protected:
GamePage *_page;
Action *_action;
- Common::Array<Action*> _actions;
+ Array<Action*> _actions;
bool _isActionEnded;
};