diff options
Diffstat (limited to 'include/lv2/ui/ui.h')
-rw-r--r-- | include/lv2/ui/ui.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/lv2/ui/ui.h b/include/lv2/ui/ui.h index af7a723..408b570 100644 --- a/include/lv2/ui/ui.h +++ b/include/lv2/ui/ui.h @@ -16,8 +16,8 @@ @{ */ -#include "lv2/core/lv2.h" -#include "lv2/urid/urid.h" +#include <lv2/core/lv2.h> +#include <lv2/urid/urid.h> #include <stdbool.h> #include <stdint.h> |