summaryrefslogtreecommitdiff
path: root/libavcodec/huffman.c
diff options
context:
space:
mode:
authorAlexandra Hájková <alexandra@khirnov.net>2016-04-23 16:44:11 +0200
committerDiego Biurrun <diego@biurrun.de>2016-05-04 15:14:14 +0200
commit5c31eaa9998b2185e0aa04d11adff128498dc14a (patch)
tree385171fd523ac163ce4ea4db7a360803fac37dbb /libavcodec/huffman.c
parentc11c693accaad65d3f4afa44c27f2338a2e3bf8f (diff)
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.c1
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 */