diff options
Diffstat (limited to 'lv2/core')
-rw-r--r-- | lv2/core/lv2_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lv2/core/lv2_util.h b/lv2/core/lv2_util.h index 7717b72..06174ee 100644 --- a/lv2/core/lv2_util.h +++ b/lv2/core/lv2_util.h @@ -20,12 +20,12 @@ @{ */ +#include "lv2/core/lv2.h" + #include <stdarg.h> #include <stdbool.h> #include <string.h> -#include "lv2/core/lv2.h" - #ifdef __cplusplus extern "C" { #endif |