From 65e14548a3bda0452afd549dd89841182bf3f1c7 Mon Sep 17 00:00:00 2001 From: Davide Beatrici Date: Fri, 7 May 2021 07:07:14 +0200 Subject: [PATCH] stream: include instead of includes many headers, but we only need . --- src/pipewire/stream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipewire/stream.h b/src/pipewire/stream.h index 41cc54165..205531a24 100644 --- a/src/pipewire/stream.h +++ b/src/pipewire/stream.h @@ -193,7 +193,7 @@ struct pw_time { * currently queued */ }; -#include +#include /** Events for a stream. These events are always called from the mainloop * unless explicitly documented otherwise. */