diff --git a/stepmania/src/NotesLoaderMidi.cpp b/stepmania/src/NotesLoaderMidi.cpp index e4aef7e386..b69862b71f 100644 --- a/stepmania/src/NotesLoaderMidi.cpp +++ b/stepmania/src/NotesLoaderMidi.cpp @@ -21,7 +21,7 @@ #include "global.h" #include "NotesLoaderMidi.h" -#include "Song.h" +#include "song.h" #include "Steps.h" #include "RageLog.h" #include "NoteData.h" @@ -807,4 +807,4 @@ bool MidiLoader::LoadFromDir( const RString &sDir, Song &out ) * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. - */ \ No newline at end of file + */