git: 1619adaf77ad - stable/15 - sound: Remove unnecessary pcm/vchan.h include from pcm/feeder.c

From: Christos Margiolis <christos_at_FreeBSD.org>
Date: Tue, 18 Nov 2025 00:52:01 UTC
The branch stable/15 has been updated by christos:

URL: https://cgit.FreeBSD.org/src/commit/?id=1619adaf77ad18056edc6968ef7fbbfef3890d23

commit 1619adaf77ad18056edc6968ef7fbbfef3890d23
Author:     Christos Margiolis <christos@FreeBSD.org>
AuthorDate: 2025-11-11 12:05:51 +0000
Commit:     Christos Margiolis <christos@FreeBSD.org>
CommitDate: 2025-11-18 00:51:23 +0000

    sound: Remove unnecessary pcm/vchan.h include from pcm/feeder.c
    
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 week
    Reviewed by:    markj
    Differential Revision:  https://reviews.freebsd.org/D53550
    
    (cherry picked from commit 6049209f35c39823f6f9a756953b361d52658812)
---
 sys/dev/sound/pcm/feeder.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys/dev/sound/pcm/feeder.c b/sys/dev/sound/pcm/feeder.c
index 2e19577bfde3..e94e742b263f 100644
--- a/sys/dev/sound/pcm/feeder.c
+++ b/sys/dev/sound/pcm/feeder.c
@@ -36,7 +36,6 @@
 #endif
 
 #include <dev/sound/pcm/sound.h>
-#include <dev/sound/pcm/vchan.h>
 
 #include "feeder_if.h"