diff lzw.h @ 10635:2938c3bc34c7 libavcodec

lzw.h does not need get_bits.h, tiff.c needs intreadwrite.h for AV_R* though
author bcoudurier
date Thu, 03 Dec 2009 19:19:57 +0000
parents e15eb76d9e47
children 811467079ec9
line wrap: on
line diff
--- 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{