Browse Source

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.
tags/n3.2
Josh de Kock 9 years ago
parent
commit
238733f741
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/hapdec.c

+ 0
- 1
libavcodec/hapdec.c 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"


Loading…
Cancel
Save