diff mbox series

[FFmpeg-devel,8/9] avcodec/libxevd: Improve included headers a bit

Message ID AS8P250MB0744AF090B8B7BDBE30A237E8F592@AS8P250MB0744.EURP250.PROD.OUTLOOK.COM
State Accepted
Commit 0c92c8e6e37cb75df616303c8f3cf6d321431a0e
Headers show
Series [FFmpeg-devel,1/9] avcodec/libxevd: Remove FF_CODEC_CAP_SETS_PKT_DTS cap | 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 Feb. 27, 2024, 7:58 p.m. UTC
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
 libavcodec/libxevd.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
diff mbox series

Patch

diff --git a/libavcodec/libxevd.c b/libavcodec/libxevd.c
index 92804422a3..f78606291c 100644
--- a/libavcodec/libxevd.c
+++ b/libavcodec/libxevd.c
@@ -21,22 +21,18 @@ 
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include <float.h>
-#include <stdlib.h>
+#include <stddef.h>
 
 #include <xevd.h>
 
 #include "libavutil/internal.h"
 #include "libavutil/common.h"
-#include "libavutil/opt.h"
 #include "libavutil/pixdesc.h"
 #include "libavutil/pixfmt.h"
 #include "libavutil/imgutils.h"
 #include "libavutil/cpu.h"
 
 #include "avcodec.h"
-#include "internal.h"
-#include "packet_internal.h"
 #include "codec_internal.h"
 #include "profiles.h"
 #include "decode.h"