diff options
| author | Max Horn | 2010-05-04 12:00:16 +0000 |
|---|---|---|
| committer | Max Horn | 2010-05-04 12:00:16 +0000 |
| commit | 2149a2383d33ed83401a345219f0367694f9c367 (patch) | |
| tree | 4a43f4c67d6e62de8ea890de2657f23315ffbfff /engines/sword1 | |
| parent | 970745e60c41286ff2dc1a448a5e6c39e4581671 (diff) | |
| download | scummvm-rg350-2149a2383d33ed83401a345219f0367694f9c367.tar.gz scummvm-rg350-2149a2383d33ed83401a345219f0367694f9c367.tar.bz2 scummvm-rg350-2149a2383d33ed83401a345219f0367694f9c367.zip | |
Reduce indirect header dependencies further
svn-id: r48936
Diffstat (limited to 'engines/sword1')
| -rw-r--r-- | engines/sword1/animation.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/sword1/animation.h b/engines/sword1/animation.h index 629198a63d..e97fc083f6 100644 --- a/engines/sword1/animation.h +++ b/engines/sword1/animation.h @@ -30,9 +30,12 @@ #include "graphics/video/smk_decoder.h" #include "graphics/video/video_player.h" +#include "common/array.h" + +#include "sound/audiostream.h" + #include "sword1/screen.h" #include "sword1/sound.h" -#include "sound/audiostream.h" namespace Sword1 { |
