From 954f76d1078bcf23539c459a5a98aead084146d0 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Mon, 10 Nov 2025 17:42:44 +0100 Subject: [PATCH] Remove unused header This was introduced before for some threading implementation to have definitions for 'tss_t' and 'tss_set()' and similar, but these were later removed, while the header was still kept. This header doesn't exist on older systems with older glibc and is the reason for the only patch we need to have in Chromium to make PipeWire to build. --- spa/plugins/support/loop.c | 1 - 1 file changed, 1 deletion(-) diff --git a/spa/plugins/support/loop.c b/spa/plugins/support/loop.c index fd53ef16d..e5e49849f 100644 --- a/spa/plugins/support/loop.c +++ b/spa/plugins/support/loop.c @@ -9,7 +9,6 @@ #include #include #include -#include #include #include