From c3ff71680805267bc8f3fff86c1cf917f810c0d9 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Mon, 24 Jan 2022 19:35:49 +0100 Subject: avcodec/h264_*: Remove unnecessary internal.h inclusions Also remove some other unnecessary headers while at it. Signed-off-by: Andreas Rheinhardt --- libavcodec/h264_direct.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/h264_direct.c') diff --git a/libavcodec/h264_direct.c b/libavcodec/h264_direct.c index 8f07981130..93c2e1e438 100644 --- a/libavcodec/h264_direct.c +++ b/libavcodec/h264_direct.c @@ -25,7 +25,6 @@ * @author Michael Niedermayer */ -#include "internal.h" #include "avcodec.h" #include "h264dec.h" #include "h264_ps.h" -- cgit v1.2.3