[FFmpeg-devel] [PATCH] hapdec: remove unused memory.h include
Josh de Kock
josh at itanimul.li
Fri Jul 29 04:10:08 EEST 2016
Most systems have this, so it isn't really a problem to include it
even if it's not used, but some do not have memory.h as it is
non-standard. Since it's unused just remove it anyway.
---
libavcodec/hapdec.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavcodec/hapdec.c b/libavcodec/hapdec.c
index 5a399dc..f1d44cd 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"
--
2.7.4 (Apple Git-66)
More information about the ffmpeg-devel
mailing list