aboutsummaryrefslogtreecommitdiffstats
path: root/src/control.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/control.c')
-rw-r--r--src/control.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/control.c b/src/control.c
index 19cf3e9..ed4affa 100644
--- a/src/control.c
+++ b/src/control.c
@@ -6,10 +6,10 @@
#include "log.h"
#include "string_utils.h"
-#include "lilv/lilv.h"
-#include "lv2/atom/atom.h"
-#include "lv2/atom/forge.h"
-#include "lv2/urid/urid.h"
+#include <lilv/lilv.h>
+#include <lv2/atom/atom.h>
+#include <lv2/atom/forge.h>
+#include <lv2/urid/urid.h>
#include <stdbool.h>
#include <stdint.h>