summaryrefslogtreecommitdiff
path: root/libavcodec/mpc.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-07-23 14:06:58 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-09-07 00:42:10 +0200
commite3b355c0be85ec47ee8b3d7790ad4c4fa26827c0 (patch)
treea4cd74db661bc69b42348cd965326dffd6c2d6f4 /libavcodec/mpc.c
parentc3e3ea3c8846486dfe81b3761584f7c98ada9c75 (diff)
avutil/mem: Don't include avutil.h
It is not necessary at all. So remove it. This also breaks an inclusion cycle mem.h->avutil.h->common.h->mem.h. Reviewed-by: Paul B Mahol <onemda@gmail.com> Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/mpc.c')
-rw-r--r--libavcodec/mpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpc.c b/libavcodec/mpc.c
index 6aa3e80927..46cb967cf1 100644
--- a/libavcodec/mpc.c
+++ b/libavcodec/mpc.c
@@ -27,7 +27,7 @@
*/
#include <string.h>
-#include "libavutil/intmath.h"
+#include "libavutil/common.h"
#include "mpegaudiodsp.h"
#include "mpc.h"