aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/core/lv2_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/core/lv2_util.h')
-rw-r--r--lv2/core/lv2_util.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/lv2/core/lv2_util.h b/lv2/core/lv2_util.h
index e82d097..0792941 100644
--- a/lv2/core/lv2_util.h
+++ b/lv2/core/lv2_util.h
@@ -20,15 +20,14 @@
@{
*/
+#include "lv2/core/lv2.h"
+
#include <stdarg.h>
+#include <stdbool.h>
#include <string.h>
-#include "lv2/core/lv2.h"
-
#ifdef __cplusplus
extern "C" {
-#else
-# include <stdbool.h>
#endif
/**
@@ -100,5 +99,4 @@ lv2_features_query(const LV2_Feature* const* features, ...)
/**
@}
- @}
*/