From 6f2705184fedd3ddd5e108c45b162e2fe02ffd08 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Thu, 20 Nov 2003 16:17:34 +0000 Subject: [PATCH] Case sensitivity error fixed. --- stepmania/src/NoteDataUtil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/NoteDataUtil.cpp b/stepmania/src/NoteDataUtil.cpp index 512963765b..b26e66bfd3 100644 --- a/stepmania/src/NoteDataUtil.cpp +++ b/stepmania/src/NoteDataUtil.cpp @@ -14,7 +14,7 @@ #include "RageUtil.h" #include "RageLog.h" #include "PlayerOptions.h" -#include "Song.h" +#include "song.h" NoteType NoteDataUtil::GetSmallestNoteTypeForMeasure( const NoteData &n, int iMeasureIndex ) {