From 677eee0a8a1ca270860c11bc411abb48ae5e455e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 9 Jan 2019 20:23:19 +0100 Subject: Remove workaround for ancient MSVC --- lv2/midi/midi.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lv2/midi') diff --git a/lv2/midi/midi.h b/lv2/midi/midi.h index 79e3a83..52e9956 100644 --- a/lv2/midi/midi.h +++ b/lv2/midi/midi.h @@ -26,12 +26,11 @@ #ifndef LV2_MIDI_H #define LV2_MIDI_H +#include #include #ifdef __cplusplus extern "C" { -#else -# include #endif #define LV2_MIDI_URI "http://lv2plug.in/ns/ext/midi" ///< http://lv2plug.in/ns/ext/midi -- cgit v1.2.1