SongEditor: renamed class and file name to match current coding style

This commit is contained in:
Tobias Doerffel
2014-03-09 23:25:38 +01:00
parent 24a9ef01f9
commit 0674e1434c
31 changed files with 80 additions and 83 deletions

View File

@@ -34,7 +34,6 @@
#include "NotePlayHandle.h"
#include "Oscillator.h"
#include "pixmap_button.h"
#include "song_editor.h"
#include "templates.h"
#include "tooltip.h"
#include "song.h"

View File

@@ -44,7 +44,6 @@ float frnd(float range)
#include "knob.h"
#include "NotePlayHandle.h"
#include "pixmap_button.h"
#include "song_editor.h"
#include "templates.h"
#include "tooltip.h"
#include "song.h"

View File

@@ -36,7 +36,6 @@
#include "NotePlayHandle.h"
#include "pixmap_button.h"
#include "SampleBuffer.h"
#include "song_editor.h"
#include "tooltip.h"
#include "embed.cpp"