From 2068d116db9883c71cb00b76e7d371cc30164d08 Mon Sep 17 00:00:00 2001 From: Mark Thompson Date: Wed, 27 Sep 2017 01:47:24 +0100 Subject: hapdec: Delete include for nonexistent file It exists as an alias for string.h in most C libraries, so usually this line is harmless. --- libavcodec/hapdec.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec') 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" -- cgit v1.2.3