mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avformat/codec2: remove surplus include 'memory.h' statement
on glibc memory.h drags in string.h, but codec2 does not use any str* or mem* functions. additionally, memory.h is not part of the C99 or POSIX standards. Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
parent
ad063e6e10
commit
7f534d022e
@ -21,7 +21,6 @@
|
||||
|
||||
#include "config_components.h"
|
||||
|
||||
#include <memory.h>
|
||||
#include "libavcodec/codec2utils.h"
|
||||
#include "libavutil/channel_layout.h"
|
||||
#include "libavutil/intreadwrite.h"
|
||||
|
Loading…
Reference in New Issue
Block a user