From 27f22f33834c521a153842fcc0f614360901f2b7 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Fri, 4 Feb 2022 15:17:19 +0100 Subject: all: Remove unnecessary libavcodec/internal.h inclusions Signed-off-by: Andreas Rheinhardt --- libavcodec/cbs_vp9.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/cbs_vp9.c') diff --git a/libavcodec/cbs_vp9.c b/libavcodec/cbs_vp9.c index 333d70ba4e..ae7f88a8a3 100644 --- a/libavcodec/cbs_vp9.c +++ b/libavcodec/cbs_vp9.c @@ -21,7 +21,6 @@ #include "cbs.h" #include "cbs_internal.h" #include "cbs_vp9.h" -#include "internal.h" static int cbs_vp9_read_s(CodedBitstreamContext *ctx, GetBitContext *gbc, -- cgit v1.2.3