From 75baec1922bd1f6312f0a20bbb7f3a55d36ba7b2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 31 Mar 2025 23:55:01 -0400 Subject: Remove unnecessary includes --- src/backend.h | 3 +++ src/frontend.h | 1 + src/jack_impl.h | 4 +++- src/port.h | 2 -- 4 files changed, 7 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/backend.h b/src/backend.h index facecd1..2f34c58 100644 --- a/src/backend.h +++ b/src/backend.h @@ -10,6 +10,9 @@ #include "types.h" #include "urids.h" +#include +#include + #include #include diff --git a/src/frontend.h b/src/frontend.h index f18fb86..e95fa6d 100644 --- a/src/frontend.h +++ b/src/frontend.h @@ -11,6 +11,7 @@ #include #include +#include // Interface that must be implemented by UIs JALV_BEGIN_DECLS diff --git a/src/jack_impl.h b/src/jack_impl.h index cc922a9..241ea85 100644 --- a/src/jack_impl.h +++ b/src/jack_impl.h @@ -5,10 +5,12 @@ #define JALV_JACK_IMPL_H #include "attributes.h" +#include "process.h" #include "settings.h" #include "urids.h" -#include +#include +#include #include diff --git a/src/port.h b/src/port.h index 8a4644c..3737001 100644 --- a/src/port.h +++ b/src/port.h @@ -5,12 +5,10 @@ #define JALV_PORT_H #include "attributes.h" -#include "lv2_evbuf.h" #include "types.h" #include -#include #include // Application port state -- cgit v1.2.1