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/fmtconvert.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libavcodec/fmtconvert.c') diff --git a/libavcodec/fmtconvert.c b/libavcodec/fmtconvert.c index 3b33af61ef..3e1f133bf1 100644 --- a/libavcodec/fmtconvert.c +++ b/libavcodec/fmtconvert.c @@ -20,9 +20,10 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "config.h" +#include "libavutil/attributes.h" #include "avcodec.h" #include "fmtconvert.h" -#include "libavutil/common.h" static void int32_to_float_fmul_scalar_c(float *dst, const int32_t *src, float mul, int len) -- cgit v1.2.3