aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/animation
diff options
context:
space:
mode:
Diffstat (limited to 'engines/zvision/animation')
-rw-r--r--engines/zvision/animation/meta_animation.cpp1
-rw-r--r--engines/zvision/animation/meta_animation.h1
-rw-r--r--engines/zvision/animation/rlf_animation.cpp1
-rw-r--r--engines/zvision/animation/rlf_animation.h1
4 files changed, 0 insertions, 4 deletions
diff --git a/engines/zvision/animation/meta_animation.cpp b/engines/zvision/animation/meta_animation.cpp
index 2e549ec838..857a0dd688 100644
--- a/engines/zvision/animation/meta_animation.cpp
+++ b/engines/zvision/animation/meta_animation.cpp
@@ -34,7 +34,6 @@
#include "graphics/surface.h"
-
namespace ZVision {
MetaAnimation::MetaAnimation(const Common::String &fileName, ZVision *engine)
diff --git a/engines/zvision/animation/meta_animation.h b/engines/zvision/animation/meta_animation.h
index 4795a388e4..93b69587c4 100644
--- a/engines/zvision/animation/meta_animation.h
+++ b/engines/zvision/animation/meta_animation.h
@@ -28,7 +28,6 @@
#include "common/rect.h"
#include "common/list.h"
-
namespace Common {
class String;
}
diff --git a/engines/zvision/animation/rlf_animation.cpp b/engines/zvision/animation/rlf_animation.cpp
index 5972bdb3ef..d9b8fa3894 100644
--- a/engines/zvision/animation/rlf_animation.cpp
+++ b/engines/zvision/animation/rlf_animation.cpp
@@ -32,7 +32,6 @@
#include "graphics/colormasks.h"
-
namespace ZVision {
RlfAnimation::RlfAnimation(const Common::String &fileName, bool stream)
diff --git a/engines/zvision/animation/rlf_animation.h b/engines/zvision/animation/rlf_animation.h
index 00c2e9b3d5..c8b2930676 100644
--- a/engines/zvision/animation/rlf_animation.h
+++ b/engines/zvision/animation/rlf_animation.h
@@ -27,7 +27,6 @@
#include "graphics/surface.h"
-
namespace Common {
class String;
}