From 5c31eaa9998b2185e0aa04d11adff128498dc14a Mon Sep 17 00:00:00 2001 From: Alexandra Hájková Date: Sat, 23 Apr 2016 16:44:11 +0200 Subject: Remove unnecessary get_bits.h #includes and add missing headers where needed. Signed-off-by: Diego Biurrun --- libavcodec/huffman.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/huffman.c') diff --git a/libavcodec/huffman.c b/libavcodec/huffman.c index f13ab296a5..2a3db87df3 100644 --- a/libavcodec/huffman.c +++ b/libavcodec/huffman.c @@ -27,7 +27,6 @@ #include #include "avcodec.h" -#include "get_bits.h" #include "huffman.h" /* symbol for Huffman tree node */ -- cgit v1.2.3