v4l2: remove unneded linux specific asm/types.h include

This commit is contained in:
Janne Grunau 2011-12-27 00:14:41 +01:00
parent 676a9ee1d2
commit 1adba23cec
1 changed files with 0 additions and 1 deletions

View 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>