diff options
Diffstat (limited to 'lv2/event/event-helpers.h')
-rw-r--r-- | lv2/event/event-helpers.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lv2/event/event-helpers.h b/lv2/event/event-helpers.h index ca3abec..6b39235 100644 --- a/lv2/event/event-helpers.h +++ b/lv2/event/event-helpers.h @@ -14,14 +14,14 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#ifndef LV2_EVENT_HELPERS_H +#define LV2_EVENT_HELPERS_H + /** @file event-helpers.h Helper functions for the LV2 Event extension <http://lv2plug.in/ns/ext/event>. */ -#ifndef LV2_EVENT_HELPERS_H -#define LV2_EVENT_HELPERS_H - #include "lv2/core/attributes.h" #include "lv2/event/event.h" |