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/wavpack.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libavcodec/wavpack.h') diff --git a/libavcodec/wavpack.h b/libavcodec/wavpack.h index 7e7dfce2b7..9f62f8406d 100644 --- a/libavcodec/wavpack.h +++ b/libavcodec/wavpack.h @@ -22,7 +22,10 @@ #ifndef AVCODEC_WAVPACK_H #define AVCODEC_WAVPACK_H -#include "libavutil/common.h" +#include +#include +#include "libavutil/attributes.h" +#include "libavutil/intmath.h" #define MAX_TERMS 16 #define MAX_TERM 8 -- cgit v1.2.3