summaryrefslogtreecommitdiff
path: root/libavcodec/ffv1dec.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-04-24 20:30:21 +0000
committerPaul B Mahol <onemda@gmail.com>2013-04-24 23:17:09 +0000
commitaa96439fae67d8cefa2376d60f9a0e29b234ceaa (patch)
tree81d24c68c0d3b4de3263235572756180ac21b51a /libavcodec/ffv1dec.c
parent035a3792c223d3b2bba79f38049bd6363b2d470d (diff)
lavc: remove unused put_bits.h headers
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/ffv1dec.c')
-rw-r--r--libavcodec/ffv1dec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/ffv1dec.c b/libavcodec/ffv1dec.c
index 21afa1d3f3..6082507ec6 100644
--- a/libavcodec/ffv1dec.c
+++ b/libavcodec/ffv1dec.c
@@ -34,7 +34,6 @@
#include "avcodec.h"
#include "internal.h"
#include "get_bits.h"
-#include "put_bits.h"
#include "rangecoder.h"
#include "golomb.h"
#include "mathops.h"