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 /libavdevice/fbdev_enc.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 'libavdevice/fbdev_enc.c')
-rw-r--r-- | libavdevice/fbdev_enc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavdevice/fbdev_enc.c b/libavdevice/fbdev_enc.c index e8d8d7b85b..898a630aa1 100644 --- a/libavdevice/fbdev_enc.c +++ b/libavdevice/fbdev_enc.c @@ -25,7 +25,6 @@ #include <linux/fb.h> #include "libavutil/pixdesc.h" #include "libavutil/log.h" -#include "libavutil/mem.h" #include "libavutil/opt.h" #include "libavformat/avformat.h" #include "fbdev_common.h" |