From 5c31eaa9998b2185e0aa04d11adff128498dc14a Mon Sep 17 00:00:00 2001 From: Alexandra Hájková Date: Sat, 23 Apr 2016 16:44:11 +0200 Subject: Remove unnecessary get_bits.h #includes and add missing headers where needed. Signed-off-by: Diego Biurrun --- libavcodec/iff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/iff.c') diff --git a/libavcodec/iff.c b/libavcodec/iff.c index 0d56cd5837..a186e3185c 100644 --- a/libavcodec/iff.c +++ b/libavcodec/iff.c @@ -28,9 +28,9 @@ #include #include "libavutil/imgutils.h" + #include "bytestream.h" #include "avcodec.h" -#include "get_bits.h" #include "internal.h" typedef struct IffContext { -- cgit v1.2.3