hapdec: Delete include for nonexistent file

It exists as an alias for string.h in most C libraries, so usually this
line is harmless.
pull/272/head
Mark Thompson 7 years ago
parent d41e10c148
commit 2068d116db
  1. 1
      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"

Loading…
Cancel
Save