From 7703995a2e8760e66ff35148bf029e0f9e30dbe6 Mon Sep 17 00:00:00 2001 From: Tristan Matthews Date: Fri, 12 Sep 2014 18:50:03 -0400 Subject: [PATCH] flac: Remove unused headers Signed-off-by: Diego Biurrun --- libavcodec/flacdec.c | 2 -- 1 file changed, 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 -#include "libavutil/channel_layout.h" -#include "libavutil/crc.h" #include "avcodec.h" #include "internal.h" #include "get_bits.h"