From 5a768e8dd0949b12e28b49948dbfbf7387594bfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Mon, 11 Aug 2025 20:25:20 +0200 Subject: [PATCH] doc/examples/decode_filter_audio: remove unused unistd.h include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kacper Michajłow --- doc/examples/decode_filter_audio.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/examples/decode_filter_audio.c b/doc/examples/decode_filter_audio.c index 03e13ef66f..67c8a14aab 100644 --- a/doc/examples/decode_filter_audio.c +++ b/doc/examples/decode_filter_audio.c @@ -30,8 +30,6 @@ * file to be played with ffplay. */ -#include - #include #include #include