From 6d75d44d905ec8047346c6f74c48d81549f31891 Mon Sep 17 00:00:00 2001 From: Anton Khirnov <anton@khirnov.net> Date: Fri, 16 Aug 2024 22:25:47 +0200 Subject: lavfi: drop internal.h All that remains in it are things that belong in avfilter_internal.h. Move them there and remove internal.h --- libavfilter/graphparser.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavfilter/graphparser.c') diff --git a/libavfilter/graphparser.c b/libavfilter/graphparser.c index 81267364bd..912804ecd6 100644 --- a/libavfilter/graphparser.c +++ b/libavfilter/graphparser.c @@ -31,7 +31,6 @@ #include "avfilter.h" #include "avfilter_internal.h" #include "filters.h" -#include "internal.h" #define WHITESPACES " \n\t\r" -- cgit v1.2.3