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/ttadata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/ttadata.h') diff --git a/libavcodec/ttadata.h b/libavcodec/ttadata.h index 48c4cd0354..1ec1d749ce 100644 --- a/libavcodec/ttadata.h +++ b/libavcodec/ttadata.h @@ -21,7 +21,7 @@ #ifndef AVCODEC_TTADATA_H #define AVCODEC_TTADATA_H -#include "internal.h" +#include #define MAX_ORDER 16 typedef struct TTAFilter { -- cgit v1.2.3