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 9bbfcbecb1..4189dd469b 100644 --- a/stream/stream_radio.c +++ b/stream/stream_radio.c @@ -35,8 +35,6 @@ #include #include -#include - #if HAVE_RADIO_V4L2 #include #endif 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"