summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2013-01-25 18:37:56 +0800
committerrekado <rekado@elephly.net>2013-01-25 18:37:56 +0800
commit4c57d22039fa09de6a853849e8c41b633d2a19e8 (patch)
tree2e98a53a29159a66ef3bce6048334e973176b1fe
parentb44148a21b0051f6de3d41b460486847fdaa7b28 (diff)
move around headers to match epiano project
-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>