aboutsummaryrefslogtreecommitdiff
path: root/graphics/imagedec.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/imagedec.h')
-rw-r--r--graphics/imagedec.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/graphics/imagedec.h b/graphics/imagedec.h
index f3cc5a6e6b..13aa63a153 100644
--- a/graphics/imagedec.h
+++ b/graphics/imagedec.h
@@ -27,13 +27,17 @@
#include "common/scummsys.h"
#include "common/str.h"
-#include "common/stream.h"
-#include "graphics/surface.h"
#include "graphics/pixelformat.h"
+namespace Common{
+class SeekableReadStream;
+}
+
namespace Graphics {
+struct Surface;
+
class ImageDecoder {
public:
ImageDecoder() {}