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/opustab.h | |
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/opustab.h')
-rw-r--r-- | libavcodec/opustab.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/opustab.h b/libavcodec/opustab.h index 4525837942..16011db758 100644 --- a/libavcodec/opustab.h +++ b/libavcodec/opustab.h @@ -23,8 +23,6 @@ #ifndef AVCODEC_OPUSTAB_H #define AVCODEC_OPUSTAB_H -#include "libavutil/mem.h" - #include <stdint.h> extern const uint8_t ff_celt_band_end[]; |