diff options
author | Mark Thompson <sw@jkqxz.net> | 2017-09-27 01:47:24 +0100 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2017-09-27 19:57:52 +0100 |
commit | 2068d116db9883c71cb00b76e7d371cc30164d08 (patch) | |
tree | 6ec56732050492d4777444713da97b176f833143 | |
parent | d41e10c1485ec34aa342f7bc2e5bf4f9b6e66414 (diff) | |
download | ffmpeg-2068d116db9883c71cb00b76e7d371cc30164d08.tar.gz |
hapdec: Delete include for nonexistent file
It exists as an alias for string.h in most C libraries, so usually this
line is harmless.
-rw-r--r-- | libavcodec/hapdec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/hapdec.c b/libavcodec/hapdec.c index 8f5365b269..17707180c2 100644 --- a/libavcodec/hapdec.c +++ b/libavcodec/hapdec.c @@ -37,7 +37,6 @@ #include "bytestream.h" #include "hap.h" #include "internal.h" -#include "memory.h" #include "snappy.h" #include "texturedsp.h" #include "thread.h" |