diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-02-28 16:08:42 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-03-02 02:54:12 +0100 |
commit | 0f944c8b27712c3e45b36d845e3bb05dc8bb6115 (patch) | |
tree | 7e76e16d4cae328a37a3e5852a401a976a29b4f7 /tests/checkasm/hevc_sao.c | |
parent | cfe21a66e20fa29543bd2e283bfe985066cd739d (diff) | |
download | ffmpeg-0f944c8b27712c3e45b36d845e3bb05dc8bb6115.tar.gz |
tests/checkasm: Improve included headers
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'tests/checkasm/hevc_sao.c')
-rw-r--r-- | tests/checkasm/hevc_sao.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/checkasm/hevc_sao.c b/tests/checkasm/hevc_sao.c index da3f710537..d05af9ac72 100644 --- a/tests/checkasm/hevc_sao.c +++ b/tests/checkasm/hevc_sao.c @@ -23,8 +23,6 @@ #include "libavutil/intreadwrite.h" #include "libavutil/mem_internal.h" -#include "libavcodec/avcodec.h" - #include "libavcodec/hevcdsp.h" #include "checkasm.h" |