summaryrefslogtreecommitdiff
path: root/libavcodec/hapdec.c
diff options
context:
space:
mode:
authorJosh de Kock <josh@itanimul.li>2016-07-29 02:09:03 +0100
committerJosh de Kock <josh@itanimul.li>2016-07-29 09:13:01 +0100
commit238733f7417cd290ebac6fa70f3e62ded2c0bb3f (patch)
tree2634b393dc5e8f67e11e714628224b72633b18f4 /libavcodec/hapdec.c
parenta63c73122e90fded87d3cb281cc85685c9425a84 (diff)
hapdec: remove unused memory.h include
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.
Diffstat (limited to 'libavcodec/hapdec.c')
-rw-r--r--libavcodec/hapdec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/hapdec.c b/libavcodec/hapdec.c
index 5a399dcb25..f1d44cda24 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"