diff options
author | Martin Storsjö <martin@martin.st> | 2011-11-04 15:08:49 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2011-11-06 11:53:05 +0200 |
commit | 3607ed70d5ad44b6614cac27f9c833d24626635e (patch) | |
tree | 81d982f401c1be91e4e5ee84a3a071edb0a12135 /libavformat/wtv.c | |
parent | de8d1940b59a2e4b28caf067b70760f0ff4e352c (diff) | |
download | ffmpeg-3607ed70d5ad44b6614cac27f9c833d24626635e.tar.gz |
Remove leftover includes of strings.h
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/wtv.c')
-rw-r--r-- | libavformat/wtv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/wtv.c b/libavformat/wtv.c index cdb5c49fb6..c3bc083201 100644 --- a/libavformat/wtv.c +++ b/libavformat/wtv.c @@ -33,7 +33,6 @@ #include "riff.h" #include "asf.h" #include "mpegts.h" -#include <strings.h> /* Macros for formating GUIDs */ #define PRI_GUID \ |