aboutsummaryrefslogtreecommitdiffstats
path: root/src/worker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/worker.h')
-rw-r--r--src/worker.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/worker.h b/src/worker.h
index b95fcc2..0e39894 100644
--- a/src/worker.h
+++ b/src/worker.h
@@ -6,10 +6,10 @@
#include "attributes.h"
-#include "lv2/core/lv2.h"
-#include "lv2/worker/worker.h"
-#include "zix/sem.h"
-#include "zix/status.h"
+#include <lv2/core/lv2.h>
+#include <lv2/worker/worker.h>
+#include <zix/sem.h>
+#include <zix/status.h>
#include <stdbool.h>
#include <stdint.h>