1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

avdevice/v4l: remove duplicate include

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-09-21 15:04:04 +02:00
parent 4bc7a2a64b
commit d0c61571cf

View File

@ -37,7 +37,6 @@
#define _LINUX_TIME_H 1 #define _LINUX_TIME_H 1
#include <linux/videodev.h> #include <linux/videodev.h>
#include <time.h> #include <time.h>
#include "avdevice.h"
typedef struct { typedef struct {
AVClass *class; AVClass *class;