aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/objects/actions/action_play_with_sfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pink/objects/actions/action_play_with_sfx.h')
-rw-r--r--engines/pink/objects/actions/action_play_with_sfx.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/pink/objects/actions/action_play_with_sfx.h b/engines/pink/objects/actions/action_play_with_sfx.h
index 44b33420c7..865f3685cc 100644
--- a/engines/pink/objects/actions/action_play_with_sfx.h
+++ b/engines/pink/objects/actions/action_play_with_sfx.h
@@ -23,8 +23,6 @@
#ifndef PINK_ACTION_PLAY_WITH_SFX_H
#define PINK_ACTION_PLAY_WITH_SFX_H
-#include "common/array.h"
-
#include "pink/objects/actions/action_play.h"
namespace Pink {
@@ -44,7 +42,7 @@ protected:
private:
void updateSound();
uint32 _isLoop;
- Common::Array<ActionSfx*> _sfxArray;
+ Array<ActionSfx*> _sfxArray;
};
class Sound;