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.
This commit is contained in:
Josh de Kock 2016-07-29 02:09:03 +01:00
parent a63c73122e
commit 238733f741
1 changed files with 0 additions and 1 deletions

View 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"