From 973dc4e8d4ae0def273c33bac354ddc6d8e0c470 Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Wed, 26 Feb 2014 02:26:29 +0100 Subject: put_bits: Remove unused includes This requires adding includes to other files that relied on these being included implicitly. --- libavcodec/lzwenc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libavcodec/lzwenc.c') diff --git a/libavcodec/lzwenc.c b/libavcodec/lzwenc.c index cb064e7936..7c37bf2094 100644 --- a/libavcodec/lzwenc.c +++ b/libavcodec/lzwenc.c @@ -26,8 +26,9 @@ */ #include "avcodec.h" -#include "put_bits.h" #include "lzw.h" +#include "mathops.h" +#include "put_bits.h" #define LZW_MAXBITS 12 #define LZW_SIZTABLE (1<