From c3f10ea4bb0429a18e38f9c87b55a13fa64ab087 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sat, 1 Jul 2017 21:53:03 +0200 Subject: [PATCH] avcodec/alsdec: remove unused header Signed-off-by: Paul B Mahol --- libavcodec/alsdec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/alsdec.c b/libavcodec/alsdec.c index b4b294d7ba..960c55c653 100644 --- a/libavcodec/alsdec.c +++ b/libavcodec/alsdec.c @@ -31,7 +31,6 @@ #include "get_bits.h" #include "unary.h" #include "mpeg4audio.h" -#include "bytestream.h" #include "bgmc.h" #include "bswapdsp.h" #include "internal.h"