aboutsummaryrefslogtreecommitdiff
path: root/image/codecs/indeo5.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-09-10 21:05:49 -0400
committerPaul Gilbert2016-09-10 21:05:49 -0400
commit2f7da2d3d9a6c9ef998a8e1b91a4554e6d1b9d74 (patch)
treebf4f8e4473bc152f47ca2a0afb13efcacb786075 /image/codecs/indeo5.h
parent23b1dbbb0e9c10035a1df98bffa9d6eaa5a6d338 (diff)
downloadscummvm-rg350-2f7da2d3d9a6c9ef998a8e1b91a4554e6d1b9d74.tar.gz
scummvm-rg350-2f7da2d3d9a6c9ef998a8e1b91a4554e6d1b9d74.tar.bz2
scummvm-rg350-2f7da2d3d9a6c9ef998a8e1b91a4554e6d1b9d74.zip
IMAGE: Miscellaneous cleanup for Indeo decompressors
Diffstat (limited to 'image/codecs/indeo5.h')
-rw-r--r--image/codecs/indeo5.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/image/codecs/indeo5.h b/image/codecs/indeo5.h
index 169bef9794..704bda5e4b 100644
--- a/image/codecs/indeo5.h
+++ b/image/codecs/indeo5.h
@@ -20,9 +20,6 @@
*
*/
-#include "common/scummsys.h"
-#include "image/codecs/indeo/get_bits.h"
-
/* Intel Indeo 4 decompressor, derived from ffmpeg.
*
* Original copyright note:
@@ -35,8 +32,6 @@
#include "image/codecs/indeo/get_bits.h"
#include "image/codecs/indeo/indeo.h"
-#include "image/codecs/indeo/indeo_dsp.h"
-#include "graphics/managed_surface.h"
namespace Image {