aboutsummaryrefslogtreecommitdiffstats
path: root/src/lv2_evbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lv2_evbuf.c')
-rw-r--r--src/lv2_evbuf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lv2_evbuf.c b/src/lv2_evbuf.c
index 355cac2..054e2a1 100644
--- a/src/lv2_evbuf.c
+++ b/src/lv2_evbuf.c
@@ -4,8 +4,8 @@
#include "lv2_evbuf.h"
#include "jalv_config.h"
-#include "lv2/atom/atom.h"
-#include "lv2/atom/util.h"
+#include <lv2/atom/atom.h>
+#include <lv2/atom/util.h>
#include <assert.h>
#include <stdlib.h>