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

pull/3/head
Janne Grunau 13 years ago
parent 676a9ee1d2
commit 1adba23cec
  1. 1
      libavdevice/v4l2.c

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

Loading…
Cancel
Save