Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2011-11-04 17:08:49 +0400
committerMartin Storsjö <martin@martin.st>2011-11-06 13:53:05 +0400
commit3607ed70d5ad44b6614cac27f9c833d24626635e (patch)
tree81d982f401c1be91e4e5ee84a3a071edb0a12135 /libavdevice/dv1394.c
parentde8d1940b59a2e4b28caf067b70760f0ff4e352c (diff)
Remove leftover includes of strings.h
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavdevice/dv1394.c')
-rw-r--r--libavdevice/dv1394.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavdevice/dv1394.c b/libavdevice/dv1394.c
index 1ac9a81c97..69e59ec19b 100644
--- a/libavdevice/dv1394.c
+++ b/libavdevice/dv1394.c
@@ -28,7 +28,6 @@
#include <sys/mman.h>
#include <sys/time.h>
#include <time.h>
-#include <strings.h>
#include "libavutil/log.h"
#include "libavutil/opt.h"