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 /libavformat/mpc.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 'libavformat/mpc.c')
-rw-r--r-- | libavformat/mpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mpc.c b/libavformat/mpc.c index 8127996e01..cf8fe1e136 100644 --- a/libavformat/mpc.c +++ b/libavformat/mpc.c @@ -20,7 +20,7 @@ */ #include "libavutil/channel_layout.h" -#include "libavcodec/get_bits.h" + #include "avformat.h" #include "internal.h" #include "apetag.h" |