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/crc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/crc.c') diff --git a/libavutil/crc.c b/libavutil/crc.c index c45ea63a62..703b56f4e0 100644 --- a/libavutil/crc.c +++ b/libavutil/crc.c @@ -23,8 +23,8 @@ #include "thread.h" #include "avassert.h" #include "bswap.h" -#include "common.h" #include "crc.h" +#include "error.h" #if CONFIG_HARDCODED_TABLES static const AVCRC av_crc_table[AV_CRC_MAX][257] = { -- cgit v1.2.3