summaryrefslogtreecommitdiffstats
path: root/stream/stream_pvr.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-11-13 20:59:50 +0100
committerwm4 <wm4@nowhere>2013-11-13 20:59:50 +0100
commit05e2b1f51352ea5f1fea7805dea4a9c4c642f9d8 (patch)
tree609fd19c02aceb08b4ba2506c2b91c555bf298ff /stream/stream_pvr.c
parent8444c916d4ec2454cf30a751018cba8cc874723d (diff)
downloadmpv-05e2b1f51352ea5f1fea7805dea4a9c4c642f9d8.tar.bz2
mpv-05e2b1f51352ea5f1fea7805dea4a9c4c642f9d8.tar.xz
stream: don't include linux/types.h in some files
Apparently this is not portable to FreeBSD. It turns out that we (probably) don't use any symbols defined by this header directly, so the includes are not needed.
Diffstat (limited to 'stream/stream_pvr.c')
-rw-r--r--stream/stream_pvr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stream/stream_pvr.c b/stream/stream_pvr.c
index 1b11584803..4f121f0853 100644
--- a/stream/stream_pvr.c
+++ b/stream/stream_pvr.c
@@ -37,7 +37,6 @@
#include <fcntl.h>
#include <inttypes.h>
#include <poll.h>
-#include <linux/types.h>
#include <linux/videodev2.h>
#include <libavutil/common.h>