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/fixed_dsp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavutil/fixed_dsp.c') diff --git a/libavutil/fixed_dsp.c b/libavutil/fixed_dsp.c index f1b195f184..098ef9c061 100644 --- a/libavutil/fixed_dsp.c +++ b/libavutil/fixed_dsp.c @@ -45,6 +45,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "common.h" #include "fixed_dsp.h" static void vector_fmul_add_c(int *dst, const int *src0, const int *src1, const int *src2, int len){ -- cgit v1.2.3