diff options
-rw-r--r-- | src/mdaPiano.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mdaPiano.h b/src/mdaPiano.h index 0eeadf8..ca85b8f 100644 --- a/src/mdaPiano.h +++ b/src/mdaPiano.h @@ -1,11 +1,11 @@ -//See associated .cpp file for copyright and other info - #ifndef MDA_PIANO_H #define MDA_PIANO_H +//See associated .cpp file for copyright and other info -#pragma GCC system_header #include "mdaPianoVoice.h" #include "mdaPiano.peg" + +#pragma GCC system_header #include <lv2synth.hpp> |