diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-07-23 14:06:58 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-09-07 00:42:10 +0200 |
commit | e3b355c0be85ec47ee8b3d7790ad4c4fa26827c0 (patch) | |
tree | a4cd74db661bc69b42348cd965326dffd6c2d6f4 /libavcodec/ffjni.c | |
parent | c3e3ea3c8846486dfe81b3761584f7c98ada9c75 (diff) | |
download | ffmpeg-e3b355c0be85ec47ee8b3d7790ad4c4fa26827c0.tar.gz |
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/ffjni.c')
-rw-r--r-- | libavcodec/ffjni.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/ffjni.c b/libavcodec/ffjni.c index 154be9ae99..e3cf24d3e2 100644 --- a/libavcodec/ffjni.c +++ b/libavcodec/ffjni.c @@ -25,6 +25,7 @@ #include <stdlib.h> #include "libavutil/bprint.h" +#include "libavutil/error.h" #include "libavutil/log.h" #include "libavutil/mem.h" |