diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-07-22 14:47:57 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-07-22 14:47:57 +0200 |
commit | 4608f7cc6a6ccfc10b34bf15a1eee1f9f32036e9 (patch) | |
tree | 6839dd6cc51b51c9427d6cf9a057962405223b57 /libavcodec/x86/vp9dsp_init.c | |
parent | e7bd47e657bbf9e1ce9915e93bc80cb1a29fb7f3 (diff) | |
download | ffmpeg-4608f7cc6a6ccfc10b34bf15a1eee1f9f32036e9.tar.gz |
Remove unnecessary mem.h inclusions
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/x86/vp9dsp_init.c')
-rw-r--r-- | libavcodec/x86/vp9dsp_init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/x86/vp9dsp_init.c b/libavcodec/x86/vp9dsp_init.c index 837cce8508..8d11dbc348 100644 --- a/libavcodec/x86/vp9dsp_init.c +++ b/libavcodec/x86/vp9dsp_init.c @@ -22,7 +22,6 @@ #include "libavutil/attributes.h" #include "libavutil/cpu.h" -#include "libavutil/mem.h" #include "libavutil/x86/cpu.h" #include "libavcodec/vp9dsp.h" #include "libavcodec/x86/vp9dsp_init.h" |