]> git.sesse.net Git - ffmpeg/commitdiff
hapdec: remove unused memory.h include
authorJosh de Kock <josh@itanimul.li>
Fri, 29 Jul 2016 01:09:03 +0000 (02:09 +0100)
committerJosh de Kock <josh@itanimul.li>
Fri, 29 Jul 2016 08:13:01 +0000 (09:13 +0100)
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

index 5a399dcb25dd9ed1a7563cdb20482c351460733d..f1d44cda24b51b647bfb32ef12a6059c2c9766db 100644 (file)
@@ -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"