From 286d50f4f2879b3a1c8c94dcf67be08253ce5e25 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 8 Jul 2014 09:55:01 -0700 Subject: [PATCH] fix if/endif in MIDIManager header --- interface/src/devices/MIDIManager.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/interface/src/devices/MIDIManager.h b/interface/src/devices/MIDIManager.h index f9bd8ed4c7..e77c63b56f 100644 --- a/interface/src/devices/MIDIManager.h +++ b/interface/src/devices/MIDIManager.h @@ -18,9 +18,7 @@ #include #ifdef HAVE_RTMIDI - #include - #endif class MIDIManager : public QObject { @@ -50,7 +48,7 @@ signals: private: #ifdef HAVE_RTMIDI RtMidiIn* _midiInput; -#endif HAVE_RTMIDI +#endif };