aboutsummaryrefslogtreecommitdiffstats
path: root/include/lv2/worker/worker.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lv2/worker/worker.h')
-rw-r--r--include/lv2/worker/worker.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/lv2/worker/worker.h b/include/lv2/worker/worker.h
index 0b0e792..2cfd052 100644
--- a/include/lv2/worker/worker.h
+++ b/include/lv2/worker/worker.h
@@ -1,8 +1,8 @@
// Copyright 2012-2016 David Robillard <d@drobilla.net>
// SPDX-License-Identifier: ISC
-#ifndef LV2_WORKER_H
-#define LV2_WORKER_H
+#ifndef LV2_WORKER_WORKER_H
+#define LV2_WORKER_WORKER_H
/**
@defgroup worker Worker
@@ -15,7 +15,7 @@
@{
*/
-#include "lv2/core/lv2.h"
+#include <lv2/core/lv2.h>
#include <stdint.h>
@@ -167,4 +167,4 @@ typedef struct {
@}
*/
-#endif /* LV2_WORKER_H */
+#endif // LV2_WORKER_WORKER_H