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 /libavdevice/v4l.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 'libavdevice/v4l.c')
-rw-r--r-- | libavdevice/v4l.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavdevice/v4l.c b/libavdevice/v4l.c index 5fc91d37be..d848e2b645 100644 --- a/libavdevice/v4l.c +++ b/libavdevice/v4l.c @@ -39,7 +39,6 @@ #define _LINUX_TIME_H 1 #include <linux/videodev.h> #include <time.h> -#include <strings.h> typedef struct { AVClass *class; |