summaryrefslogtreecommitdiff
path: root/libavcodec/v210x.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-07-22 14:47:57 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-07-22 14:47:57 +0200
commit4608f7cc6a6ccfc10b34bf15a1eee1f9f32036e9 (patch)
tree6839dd6cc51b51c9427d6cf9a057962405223b57 /libavcodec/v210x.c
parente7bd47e657bbf9e1ce9915e93bc80cb1a29fb7f3 (diff)
Remove unnecessary mem.h inclusions
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/v210x.c')
-rw-r--r--libavcodec/v210x.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/v210x.c b/libavcodec/v210x.c
index 88143d16d1..797f229a28 100644
--- a/libavcodec/v210x.c
+++ b/libavcodec/v210x.c
@@ -22,7 +22,6 @@
#include "internal.h"
#include "libavutil/bswap.h"
#include "libavutil/internal.h"
-#include "libavutil/mem.h"
static av_cold int decode_init(AVCodecContext *avctx)
{