From bdcc13f2bf251f60bf5af33d5f88f78b63b1c81b Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Thu, 3 Dec 2009 19:19:57 +0000 Subject: [PATCH] lzw.h does not need get_bits.h, tiff.c needs intreadwrite.h for AV_R* though Originally committed as revision 20724 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/lzw.h | 2 -- libavcodec/tiff.c | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/libavcodec/lzw.h b/libavcodec/lzw.h index bebb335f8..304ba2d1d 100644 --- a/libavcodec/lzw.h +++ b/libavcodec/lzw.h @@ -30,8 +30,6 @@ #ifndef AVCODEC_LZW_H #define AVCODEC_LZW_H -#include "get_bits.h" - struct PutBitContext; enum FF_LZW_MODES{ diff --git a/libavcodec/tiff.c b/libavcodec/tiff.c index 51e5f8ee6..f8f3cbde9 100644 --- a/libavcodec/tiff.c +++ b/libavcodec/tiff.c @@ -32,7 +32,7 @@ #include "tiff.h" #include "faxcompr.h" #include "libavutil/common.h" - +#include "libavutil/intreadwrite.h" typedef struct TiffContext { AVCodecContext *avctx; -- 2.11.0