aboutsummaryrefslogtreecommitdiffstats
path: root/src/state.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-09-22 12:34:37 -0400
committerDavid Robillard <d@drobilla.net>2023-09-22 12:34:37 -0400
commitd796d317f090f78a13384e213d8fd0accf3e64d9 (patch)
treecb1b246ae6ace23c4daa44fbf99a69066d42bfcf /src/state.c
parente6c9352189b57e67da3e303ffb4b47fa356fe95a (diff)
downloadjalv-d796d317f090f78a13384e213d8fd0accf3e64d9.tar.gz
jalv-d796d317f090f78a13384e213d8fd0accf3e64d9.tar.bz2
jalv-d796d317f090f78a13384e213d8fd0accf3e64d9.zip
Clean up includes
Diffstat (limited to 'src/state.c')
-rw-r--r--src/state.c3
1 files changed, 0 insertions, 3 deletions
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"