From 86bff65898178fe6e58e8d02c9b6e588003621bc Mon Sep 17 00:00:00 2001 From: kotontrion Date: Fri, 19 Jul 2024 10:13:44 +0200 Subject: move headers to the correct location --- src/audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/audio.c') diff --git a/src/audio.c b/src/audio.c index 3782b2e..53224a7 100644 --- a/src/audio.c +++ b/src/audio.c @@ -3,7 +3,7 @@ #include #include "endpoint.h" -#include "wireplumber.h" +#include "wp.h" struct _AstalWpAudio { GObject parent_instance; -- cgit v1.2.3