aboutsummaryrefslogtreecommitdiffstats
path: root/src/state.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-09-27 19:11:03 +0200
committerDavid Robillard <d@drobilla.net>2020-09-27 19:11:03 +0200
commitca7b3e1eb6693cc82668393486b2d25c558ab5c4 (patch)
tree7612360506ad4f89e4cdd7d61941af08e7523675 /src/state.c
parentc64c1ffa7b0deadcb34760ceaa21fc74c5fd43de (diff)
downloadjalv-ca7b3e1eb6693cc82668393486b2d25c558ab5c4.tar.gz
jalv-ca7b3e1eb6693cc82668393486b2d25c558ab5c4.tar.bz2
jalv-ca7b3e1eb6693cc82668393486b2d25c558ab5c4.zip
Clean up includes
Diffstat (limited to 'src/state.c')
-rw-r--r--src/state.c21
1 files changed, 10 insertions, 11 deletions
diff --git a/src/state.c b/src/state.c
index 4f8100a..6c35b96 100644
--- a/src/state.c
+++ b/src/state.c
@@ -14,22 +14,21 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include "jalv_config.h"
#include "jalv_internal.h"
-#ifdef HAVE_LV2_STATE
-# include "lv2/lv2plug.in/ns/ext/state/state.h"
-#endif
-
#include "lilv/lilv.h"
-
-#include <assert.h>
+#include "lv2/atom/forge.h"
+#include "lv2/core/lv2.h"
+#include "lv2/state/state.h"
+#include "lv2/urid/urid.h"
+#include "zix/common.h"
+#include "zix/ring.h"
+#include "zix/sem.h"
+
+#include <stdbool.h>
+#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
-#include <string.h>
-#include <errno.h>
-#include <sys/stat.h>
-#include <sys/types.h>
char*
jalv_make_path(LV2_State_Make_Path_Handle handle,