From 37fe0444e3319434fbd51abd99da6e2ae5d07e28 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 13 Nov 2013 20:59:50 +0100 Subject: 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. Conflicts: stream/stream_radio.c --- stream/stream_pvr.c | 1 - stream/stream_radio.c | 2 -- stream/tvi_v4l2.c | 1 - 3 files changed, 4 deletions(-) (limited to 'stream') 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 #include #include -#include #include #include diff --git a/stream/stream_radio.c b/stream/stream_radio.c index de2f474bc9..d233739e37 100644 --- a/stream/stream_radio.c +++ b/stream/stream_radio.c @@ -35,8 +35,6 @@ #include #include -#include - #ifdef CONFIG_RADIO_V4L2 #include #endif diff --git a/stream/tvi_v4l2.c b/stream/tvi_v4l2.c index e9092ca4e7..0fefc57634 100644 --- a/stream/tvi_v4l2.c +++ b/stream/tvi_v4l2.c @@ -52,7 +52,6 @@ known issues: #ifdef HAVE_SYS_VIDEOIO_H #include #else -#include #include #endif #include "mpvcore/mp_msg.h" -- cgit v1.2.3