diff options
author | Christoph Mallon | 2011-08-07 20:05:25 +0200 |
---|---|---|
committer | Alyssa Milburn | 2011-11-21 15:59:19 +0100 |
commit | e578cb8976f10cd9217cddef48c6693cf5d03c7b (patch) | |
tree | c7212f8479ef348b52eee4b03155ce95096714dc /video | |
parent | d9bcf1a3bfa697c09252f14a397cd0fc610b7cfb (diff) | |
download | scummvm-rg350-e578cb8976f10cd9217cddef48c6693cf5d03c7b.tar.gz scummvm-rg350-e578cb8976f10cd9217cddef48c6693cf5d03c7b.tar.bz2 scummvm-rg350-e578cb8976f10cd9217cddef48c6693cf5d03c7b.zip |
ALL: Remove unnecessary forward declarations.
Diffstat (limited to 'video')
-rw-r--r-- | video/avi_decoder.h | 4 | ||||
-rw-r--r-- | video/codecs/cinepak.h | 4 | ||||
-rw-r--r-- | video/codecs/mjpeg.h | 1 | ||||
-rw-r--r-- | video/dxa_decoder.h | 4 |
4 files changed, 0 insertions, 13 deletions
diff --git a/video/avi_decoder.h b/video/avi_decoder.h index 540a76855d..508760ec89 100644 --- a/video/avi_decoder.h +++ b/video/avi_decoder.h @@ -43,10 +43,6 @@ namespace Graphics { struct PixelFormat; } -namespace Graphics { -struct Surface; -} - namespace Video { class Codec; diff --git a/video/codecs/cinepak.h b/video/codecs/cinepak.h index 67000bf58a..ca4552fae6 100644 --- a/video/codecs/cinepak.h +++ b/video/codecs/cinepak.h @@ -33,10 +33,6 @@ namespace Common { class SeekableReadStream; } -namespace Graphics { -struct Surface; -} - namespace Video { struct CinepakCodebook { diff --git a/video/codecs/mjpeg.h b/video/codecs/mjpeg.h index 8a446ee005..45cb57dea2 100644 --- a/video/codecs/mjpeg.h +++ b/video/codecs/mjpeg.h @@ -32,7 +32,6 @@ class SeekableReadStream; namespace Graphics { class JPEG; -struct Surface; } namespace Video { diff --git a/video/dxa_decoder.h b/video/dxa_decoder.h index 4eb4a8958d..d13cd3076c 100644 --- a/video/dxa_decoder.h +++ b/video/dxa_decoder.h @@ -31,10 +31,6 @@ namespace Common { class SeekableReadStream; } -namespace Graphics { -struct Surface; -} - namespace Video { /** |