aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/sword1/animation.h2
-rw-r--r--engines/sword2/animation.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/sword1/animation.h b/engines/sword1/animation.h
index 07aa5241f0..589a625780 100644
--- a/engines/sword1/animation.h
+++ b/engines/sword1/animation.h
@@ -23,8 +23,8 @@
#ifndef ANIMATION_H
#define ANIMATION_H
-#include "graphics/animation.h"
#include "graphics/dxa_player.h"
+#include "graphics/mpeg_player.h"
#include "sword1/screen.h"
#include "sword1/sound.h"
diff --git a/engines/sword2/animation.h b/engines/sword2/animation.h
index 99c4231585..d667b248fa 100644
--- a/engines/sword2/animation.h
+++ b/engines/sword2/animation.h
@@ -22,8 +22,8 @@
#ifndef SWORD2_ANIMATION_H
#define SWORD2_ANIMATION_H
-#include "graphics/animation.h"
#include "graphics/dxa_player.h"
+#include "graphics/mpeg_player.h"
#include "sound/mixer.h"
namespace Sword2 {