Browse Source

hapdec: Delete include for nonexistent file

It exists as an alias for string.h in most C libraries, so usually this
line is harmless.
tags/n4.0
Mark Thompson 8 years ago
parent
commit
2068d116db
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