diff options
author | David Robillard <d@drobilla.net> | 2025-03-31 23:55:01 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-03-31 23:55:01 -0400 |
commit | 75baec1922bd1f6312f0a20bbb7f3a55d36ba7b2 (patch) | |
tree | 5b3d80f47497c1b76d201af9f41d70ee6c7e2488 /src/port.h | |
parent | 678accdeaf217ff135051325bf099caa0ee37bcb (diff) | |
download | jalv-75baec1922bd1f6312f0a20bbb7f3a55d36ba7b2.tar.gz jalv-75baec1922bd1f6312f0a20bbb7f3a55d36ba7b2.tar.bz2 jalv-75baec1922bd1f6312f0a20bbb7f3a55d36ba7b2.zip |
Diffstat (limited to 'src/port.h')
-rw-r--r-- | src/port.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -5,12 +5,10 @@ #define JALV_PORT_H #include "attributes.h" -#include "lv2_evbuf.h" #include "types.h" #include <lilv/lilv.h> -#include <stddef.h> #include <stdint.h> // Application port state |