From 5a91850b61d4546a6b5cce9bcd9d0891d4829528 Mon Sep 17 00:00:00 2001 From: Limin Wang Date: Sat, 9 Oct 2021 22:00:50 +0800 Subject: [PATCH] avcodec/hevc_filter: remove unneeded headers Signed-off-by: Limin Wang --- libavcodec/hevc_filter.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavcodec/hevc_filter.c b/libavcodec/hevc_filter.c index 6b9824088c..7e9478cd09 100644 --- a/libavcodec/hevc_filter.c +++ b/libavcodec/hevc_filter.c @@ -25,11 +25,8 @@ #include "libavutil/common.h" #include "libavutil/internal.h" -#include "cabac_functions.h" #include "hevcdec.h" -#include "bit_depth_template.c" - #define LUMA 0 #define CB 1 #define CR 2 -- 2.20.1