Browse Source

avdevice/v4l: remove duplicate include

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Michael Niedermayer 11 years ago
parent
commit
d0c61571cf
1 changed files with 0 additions and 1 deletions
  1. 0 1
      libavdevice/v4l.c

+ 0 - 1
libavdevice/v4l.c

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