# HG changeset patch # User bcoudurier # Date 1259867997 0 # Node ID 2938c3bc34c7848e5ab88b6d4e86da0e1d119e3b # Parent e15eb76d9e47d70eed12c620f101c794d905b1a5 lzw.h does not need get_bits.h, tiff.c needs intreadwrite.h for AV_R* though diff -r e15eb76d9e47 -r 2938c3bc34c7 lzw.h --- a/lzw.h Thu Dec 03 19:17:39 2009 +0000 +++ b/lzw.h Thu Dec 03 19:19:57 2009 +0000 @@ -30,8 +30,6 @@ #ifndef AVCODEC_LZW_H #define AVCODEC_LZW_H -#include "get_bits.h" - struct PutBitContext; enum FF_LZW_MODES{ diff -r e15eb76d9e47 -r 2938c3bc34c7 tiff.c --- a/tiff.c Thu Dec 03 19:17:39 2009 +0000 +++ b/tiff.c Thu Dec 03 19:19:57 2009 +0000 @@ -32,7 +32,7 @@ #include "tiff.h" #include "faxcompr.h" #include "libavutil/common.h" - +#include "libavutil/intreadwrite.h" typedef struct TiffContext { AVCodecContext *avctx;