diff options
author | Alexandra Hájková <alexandra@khirnov.net> | 2016-04-23 16:44:11 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2016-05-04 15:14:14 +0200 |
commit | 5c31eaa9998b2185e0aa04d11adff128498dc14a (patch) | |
tree | 385171fd523ac163ce4ea4db7a360803fac37dbb /libavcodec/huffman.c | |
parent | c11c693accaad65d3f4afa44c27f2338a2e3bf8f (diff) | |
download | ffmpeg-5c31eaa9998b2185e0aa04d11adff128498dc14a.tar.gz |
Remove unnecessary get_bits.h #includes and add missing headers where needed.
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'libavcodec/huffman.c')
-rw-r--r-- | libavcodec/huffman.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <stdint.h> #include "avcodec.h" -#include "get_bits.h" #include "huffman.h" /* symbol for Huffman tree node */ |