diff options
author | David Robillard <d@drobilla.net> | 2023-09-22 12:34:37 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-09-22 12:34:37 -0400 |
commit | d796d317f090f78a13384e213d8fd0accf3e64d9 (patch) | |
tree | cb1b246ae6ace23c4daa44fbf99a69066d42bfcf /src | |
parent | e6c9352189b57e67da3e303ffb4b47fa356fe95a (diff) | |
download | jalv-d796d317f090f78a13384e213d8fd0accf3e64d9.tar.gz jalv-d796d317f090f78a13384e213d8fd0accf3e64d9.tar.bz2 jalv-d796d317f090f78a13384e213d8fd0accf3e64d9.zip |
Clean up includes
Diffstat (limited to 'src')
-rw-r--r-- | src/jack.c | 3 | ||||
-rw-r--r-- | src/jalv.c | 1 | ||||
-rw-r--r-- | src/jalv_gtk.c | 2 | ||||
-rw-r--r-- | src/log.c | 1 | ||||
-rw-r--r-- | src/state.c | 3 |
5 files changed, 0 insertions, 10 deletions
@@ -8,11 +8,8 @@ #include "jalv_internal.h" #include "log.h" #include "lv2_evbuf.h" -#include "nodes.h" -#include "options.h" #include "port.h" #include "types.h" -#include "urids.h" #include "lilv/lilv.h" #include "lv2/atom/atom.h" @@ -9,7 +9,6 @@ #include "log.h" #include "lv2_evbuf.h" #include "nodes.h" -#include "options.h" #include "port.h" #include "state.h" #include "types.h" diff --git a/src/jalv_gtk.c b/src/jalv_gtk.c index bfe1e08..5b7240b 100644 --- a/src/jalv_gtk.c +++ b/src/jalv_gtk.c @@ -5,12 +5,10 @@ #include "frontend.h" #include "jalv_internal.h" #include "log.h" -#include "nodes.h" #include "options.h" #include "port.h" #include "state.h" #include "types.h" -#include "urids.h" #include "lilv/lilv.h" #include "lv2/atom/atom.h" @@ -6,7 +6,6 @@ #include "jalv_config.h" #include "jalv_internal.h" #include "port.h" -#include "urids.h" #include "lilv/lilv.h" #include "lv2/log/log.h" diff --git a/src/state.c b/src/state.c index 3ae7954..282b907 100644 --- a/src/state.c +++ b/src/state.c @@ -5,14 +5,11 @@ #include "jalv_internal.h" #include "log.h" -#include "nodes.h" #include "port.h" #include "lilv/lilv.h" -#include "lv2/atom/forge.h" #include "lv2/core/lv2.h" #include "lv2/state/state.h" -#include "lv2/urid/urid.h" #include "zix/attributes.h" #include "zix/sem.h" |