summaryrefslogtreecommitdiff
path: root/libavcodec/flacdec.c
diff options
context:
space:
mode:
authorTristan Matthews <le.businessman@gmail.com>2014-09-12 18:50:03 -0400
committerDiego Biurrun <diego@biurrun.de>2014-09-26 10:33:01 -0700
commit7703995a2e8760e66ff35148bf029e0f9e30dbe6 (patch)
tree47beb300f56429edaff317fd427a520887f7e3dd /libavcodec/flacdec.c
parentcc4992aaf3dbb0af88d9727983d75636baf1f8cc (diff)
flac: Remove unused headers
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'libavcodec/flacdec.c')
-rw-r--r--libavcodec/flacdec.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/flacdec.c b/libavcodec/flacdec.c
index 9ca55cc1de..a4753097e0 100644
--- a/libavcodec/flacdec.c
+++ b/libavcodec/flacdec.c
@@ -33,8 +33,6 @@
#include <limits.h>
-#include "libavutil/channel_layout.h"
-#include "libavutil/crc.h"
#include "avcodec.h"
#include "internal.h"
#include "get_bits.h"