Commit c217160e authored by bcoudurier's avatar bcoudurier

lzw.h does not need get_bits.h, tiff.c needs intreadwrite.h for AV_R* though

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20724 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 96d413a4
......@@ -30,8 +30,6 @@
#ifndef AVCODEC_LZW_H
#define AVCODEC_LZW_H
#include "get_bits.h"
struct PutBitContext;
enum FF_LZW_MODES{
......
......@@ -32,7 +32,7 @@
#include "tiff.h"
#include "faxcompr.h"
#include "libavutil/common.h"
#include "libavutil/intreadwrite.h"
typedef struct TiffContext {
AVCodecContext *avctx;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment