diff options
author | David Robillard <d@drobilla.net> | 2019-01-09 20:23:19 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-01-10 22:09:30 +0100 |
commit | 677eee0a8a1ca270860c11bc411abb48ae5e455e (patch) | |
tree | 6c9df76c7628a7e6bea9b21f886bdb988ac4981b /lv2/event/event-helpers.h | |
parent | ca215abd628edda2df021ba8ab67854d2f68d7cb (diff) | |
download | lv2-677eee0a8a1ca270860c11bc411abb48ae5e455e.tar.xz |
Remove workaround for ancient MSVC
Diffstat (limited to 'lv2/event/event-helpers.h')
-rw-r--r-- | lv2/event/event-helpers.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lv2/event/event-helpers.h b/lv2/event/event-helpers.h index 2f0fcf5..a0e4c79 100644 --- a/lv2/event/event-helpers.h +++ b/lv2/event/event-helpers.h @@ -22,6 +22,7 @@ #ifndef LV2_EVENT_HELPERS_H #define LV2_EVENT_HELPERS_H +#include <stdbool.h> #include <stdint.h> #include <stdlib.h> #include <string.h> @@ -31,8 +32,6 @@ #ifdef __cplusplus extern "C" { -#else -# include <stdbool.h> #endif LV2_DISABLE_DEPRECATION_WARNINGS |