From 636631d9db82f5e86330ab42dacc8a106684b349 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Sun, 1 Aug 2021 08:36:09 +0200 Subject: Remove unnecessary libavutil/(avutil|common|internal).h inclusions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some of these were made possible by moving several common macros to libavutil/macros.h. While just at it, also improve the other headers a bit. Reviewed-by: Martin Storsjö Signed-off-by: Andreas Rheinhardt --- libavutil/lls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/lls.c') diff --git a/libavutil/lls.c b/libavutil/lls.c index 3a136baa2d..ea2d80e662 100644 --- a/libavutil/lls.c +++ b/libavutil/lls.c @@ -28,8 +28,8 @@ #include #include +#include "config.h" #include "attributes.h" -#include "internal.h" #include "lls.h" static void update_lls(LLSModel *m, const double *var) -- cgit v1.2.3