aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-05-30 19:13:30 -0400
committerDavid Robillard <d@drobilla.net>2022-08-17 13:50:23 -0400
commit7e1d058d3d305bb7baa413d85447b9d7955c6ec3 (patch)
tree89a16d7b74cc5f1186539172183be6093403b713 /src/jalv.c
parent0133dc3e000496fb0667c7548f1404958b6eeca5 (diff)
downloadjalv-7e1d058d3d305bb7baa413d85447b9d7955c6ec3.tar.gz
jalv-7e1d058d3d305bb7baa413d85447b9d7955c6ec3.tar.bz2
jalv-7e1d058d3d305bb7baa413d85447b9d7955c6ec3.zip
Move JalvURIDs and JalvNodes to their own headers
Diffstat (limited to 'src/jalv.c')
-rw-r--r--src/jalv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/jalv.c b/src/jalv.c
index be676f4..b0b88c4 100644
--- a/src/jalv.c
+++ b/src/jalv.c
@@ -12,7 +12,9 @@
#include "jalv_internal.h"
#include "log.h"
#include "lv2_evbuf.h"
+#include "nodes.h"
#include "state.h"
+#include "urids.h"
#include "worker.h"
#include "lilv/lilv.h"