From 05e2b1f51352ea5f1fea7805dea4a9c4c642f9d8 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. --- stream/tvi_v4l2.c | 1 - 1 file changed, 1 deletion(-) (limited to 'stream/tvi_v4l2.c') diff --git a/stream/tvi_v4l2.c b/stream/tvi_v4l2.c index d99370d8dd..3c6bee0885 100644 --- a/stream/tvi_v4l2.c +++ b/stream/tvi_v4l2.c @@ -52,7 +52,6 @@ known issues: #if HAVE_SYS_VIDEOIO_H #include #else -#include #include #endif #include "mpvcore/mp_msg.h" -- cgit v1.2.3