summaryrefslogtreecommitdiff
path: root/libavcodec/adpcmenc.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/adpcmenc.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/adpcmenc.c')
-rw-r--r--libavcodec/adpcmenc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/adpcmenc.c b/libavcodec/adpcmenc.c
index 65e1f8e636..3e17dbd8de 100644
--- a/libavcodec/adpcmenc.c
+++ b/libavcodec/adpcmenc.c
@@ -23,7 +23,6 @@
*/
#include "avcodec.h"
-#include "get_bits.h"
#include "put_bits.h"
#include "bytestream.h"
#include "adpcm.h"