The branch main has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=6049209f35c39823f6f9a756953b361d52658812
commit 6049209f35c39823f6f9a756953b361d52658812 Author: Christos Margiolis <[email protected]> AuthorDate: 2025-11-11 12:05:51 +0000 Commit: Christos Margiolis <[email protected]> CommitDate: 2025-11-11 12:05:51 +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 --- 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"
