From 5bf92b628d0d27675a06f94da827299131ff698b Mon Sep 17 00:00:00 2001 From: Nicolas F Date: Wed, 22 Sep 2021 17:06:47 +0200 Subject: stream/dvbin: remove "full-featured" API includes In Linux kernel commit 819fbd3d8ef36c09576c2a0ffea503f5c46e9177 these two header files were moved to staging (though they've since been moved out again by Linus.) We do not actually use this, and it's in a state of maybe-removal from the kernel as of Linux 5.14. Get rid of it; mpv still builds fine without it, so it wasn't needed anyways. Fixes #9233. --- stream/dvbin.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/stream/dvbin.h b/stream/dvbin.h index aca2cabdb4..1c314bda82 100644 --- a/stream/dvbin.h +++ b/stream/dvbin.h @@ -22,8 +22,6 @@ #include #include #include -#include -#include #include #define MAX_ADAPTERS 16 -- cgit v1.2.3