aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/objects/handlers/handler_timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pink/objects/handlers/handler_timer.h')
-rw-r--r--engines/pink/objects/handlers/handler_timer.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/pink/objects/handlers/handler_timer.h b/engines/pink/objects/handlers/handler_timer.h
index 737804f4ff..b0fb4bc453 100644
--- a/engines/pink/objects/handlers/handler_timer.h
+++ b/engines/pink/objects/handlers/handler_timer.h
@@ -23,8 +23,6 @@
#ifndef PINK_HANDLER_TIMER_H
#define PINK_HANDLER_TIMER_H
-#include "common/str-array.h"
-
#include "pink/objects/handlers/handler.h"
namespace Pink {
@@ -46,7 +44,7 @@ public:
virtual void handle(Actor *actor);
private:
- Common::StringArray _actions;
+ StringArray _actions;
};
//appear in HokusPokus