diff mbox series

[FFmpeg-devel] avcodec/tests/avcodec: Remove unnecessary internal.h inclusion

Message ID GV1P250MB07378D38DC96948A62CF29A68F2AA@GV1P250MB0737.EURP250.PROD.OUTLOOK.COM
State Accepted
Commit 46a5b9e2c063f7a6776323afdebe6d9558ba96c1
Headers show
Series [FFmpeg-devel] avcodec/tests/avcodec: Remove unnecessary internal.h inclusion | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Andreas Rheinhardt June 30, 2023, 11:29 a.m. UTC
Forgotten in a688f3c13ce55c2ba51dbbb344564649f1bb52fe.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
Will apply this soon.

 libavcodec/tests/avcodec.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/libavcodec/tests/avcodec.c b/libavcodec/tests/avcodec.c
index d78447d0fc..bbf5289af2 100644
--- a/libavcodec/tests/avcodec.c
+++ b/libavcodec/tests/avcodec.c
@@ -20,7 +20,6 @@ 
 #include "libavcodec/codec.h"
 #include "libavcodec/codec_desc.h"
 #include "libavcodec/codec_internal.h"
-#include "libavcodec/internal.h"
 
 static const char *get_type_string(enum AVMediaType type)
 {