summaryrefslogtreecommitdiff
path: root/song.h
diff options
context:
space:
mode:
Diffstat (limited to 'song.h')
-rw-r--r--song.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/song.h b/song.h
index 3a33d84..c8f08a1 100644
--- a/song.h
+++ b/song.h
@@ -27,6 +27,6 @@ class Song {
std::vector<ChordNote> getChords();
};
-#include "song.cpp"
+//#include "song.cpp"
#endif // __SONG_H__