diff options
Diffstat (limited to 'include/lv2/event')
-rw-r--r-- | include/lv2/event/event-helpers.h | 4 | ||||
-rw-r--r-- | include/lv2/event/event.h | 2 |
2 files changed, 3 insertions, 3 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> diff --git a/include/lv2/event/event.h b/include/lv2/event/event.h index dc15f45..42ba54f 100644 --- a/include/lv2/event/event.h +++ b/include/lv2/event/event.h @@ -36,7 +36,7 @@ #define LV2_EVENT_AUDIO_STAMP 0 ///< Special timestamp type for audio frames -#include "lv2/core/attributes.h" +#include <lv2/core/attributes.h> #include <stdint.h> |