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 --- libavcodec/h264_levels.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/h264_levels.c') diff --git a/libavcodec/h264_levels.c b/libavcodec/h264_levels.c index 1b9f78da04..f7ed9a6e37 100644 --- a/libavcodec/h264_levels.c +++ b/libavcodec/h264_levels.c @@ -17,7 +17,7 @@ */ #include -#include "libavutil/common.h" +#include "libavutil/macros.h" #include "h264_levels.h" // H.264 table A-1. -- cgit v1.2.1