]> git.sesse.net Git - ffmpeg/commitdiff
v4l2: remove unneded linux specific asm/types.h include
authorJanne Grunau <janne-libav@jannau.net>
Mon, 26 Dec 2011 23:14:41 +0000 (00:14 +0100)
committerJanne Grunau <janne-libav@jannau.net>
Tue, 27 Dec 2011 15:07:58 +0000 (16:07 +0100)
libavdevice/v4l2.c

index 0c61f46b53b998b8944943a7cc6fbef4e6059b18..eb16171c319c59ff72d2b9c93bd783df9750f8b6 100644 (file)
@@ -39,7 +39,6 @@
 #if HAVE_SYS_VIDEOIO_H
 #include <sys/videoio.h>
 #else
-#include <asm/types.h>
 #include <linux/videodev2.h>
 #endif
 #include <time.h>