summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mdaPiano.h6
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>