diff options
Diffstat (limited to 'include/lv2/event/event-helpers.h')
-rw-r--r-- | include/lv2/event/event-helpers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/lv2/event/event-helpers.h b/include/lv2/event/event-helpers.h index 5ec9a84..de386ca 100644 --- a/include/lv2/event/event-helpers.h +++ b/include/lv2/event/event-helpers.h @@ -9,8 +9,8 @@ <http://lv2plug.in/ns/ext/event>. */ -#include "lv2/core/attributes.h" -#include "lv2/event/event.h" +#include <lv2/core/attributes.h> +#include <lv2/event/event.h> #include <stdbool.h> #include <stdint.h> |