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 };