From 70a90fb73e43d8c2d7f09ce6df3a861e65ac6b62 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Fri, 4 Feb 2022 15:43:14 +0100 Subject: avcodec/internal.h: Move avpriv_find_start_code() to startcode.h This is by definition the appropriate place for it. Remove all the now unnecessary libavcodec/internal.h inclusions; also remove other unnecessary headers from the affected files. Signed-off-by: Andreas Rheinhardt --- libavcodec/cbs_mpeg2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/cbs_mpeg2.c') diff --git a/libavcodec/cbs_mpeg2.c b/libavcodec/cbs_mpeg2.c index 11c43c2a47..e034d4cd3f 100644 --- a/libavcodec/cbs_mpeg2.c +++ b/libavcodec/cbs_mpeg2.c @@ -21,7 +21,7 @@ #include "cbs.h" #include "cbs_internal.h" #include "cbs_mpeg2.h" -#include "internal.h" +#include "startcode.h" #define HEADER(name) do { \ -- cgit v1.2.3