summaryrefslogtreecommitdiff
path: root/src/audio.c
diff options
context:
space:
mode:
authorkotontrion <[email protected]>2024-07-19 10:13:44 +0200
committerkotontrion <[email protected]>2024-07-19 10:13:44 +0200
commit86bff65898178fe6e58e8d02c9b6e588003621bc (patch)
tree9a64b9c5994c689c90229e1d3d639d870292a88c /src/audio.c
parent5cd9f20a93101da2738a4be3a0735a4d6cd3abf9 (diff)
move headers to the correct location
Diffstat (limited to 'src/audio.c')
-rw-r--r--src/audio.c2
1 files changed, 1 insertions, 1 deletions
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 <wp/wp.h>
#include "endpoint.h"
-#include "wireplumber.h"
+#include "wp.h"
struct _AstalWpAudio {
GObject parent_instance;