aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/jack.c3
-rw-r--r--src/jalv.c1
-rw-r--r--src/jalv_gtk.c2
-rw-r--r--src/log.c1
-rw-r--r--src/state.c3
5 files changed, 0 insertions, 10 deletions
diff --git a/src/jack.c b/src/jack.c
index 86c295a..de8517a 100644
--- a/src/jack.c
+++ b/src/jack.c
@@ -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"
diff --git a/src/jalv.c b/src/jalv.c
index bf5067f..be45aa4 100644
--- a/src/jalv.c
+++ b/src/jalv.c
@@ -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"
diff --git a/src/log.c b/src/log.c
index 84a6ecc..e52f445 100644
--- a/src/log.c
+++ b/src/log.c
@@ -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"