summaryrefslogtreecommitdiff
path: root/libavdevice
diff options
context:
space:
mode:
authorJanne Grunau <janne-libav@jannau.net>2011-12-27 00:14:41 +0100
committerJanne Grunau <janne-libav@jannau.net>2011-12-27 16:07:58 +0100
commit1adba23cecf1e324aba5a0e9bdd4f34742bdbf8c (patch)
tree634c43c39ae2b2e6432b5a910be2217d7d26287f /libavdevice
parent676a9ee1d2f88e320a00d56c47bdac86881bc75b (diff)
v4l2: remove unneded linux specific asm/types.h include
Diffstat (limited to 'libavdevice')
-rw-r--r--libavdevice/v4l2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavdevice/v4l2.c b/libavdevice/v4l2.c
index 0c61f46b53..eb16171c31 100644
--- a/libavdevice/v4l2.c
+++ b/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>