From f65af6bf6d1a18e33c84d28e2ecd95cad3f554a7 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Mon, 30 Aug 2004 05:08:08 +0000 Subject: [PATCH] Song.h -> song.h --- stepmania/src/StageStats.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/StageStats.cpp b/stepmania/src/StageStats.cpp index d4503c4eb7..0e4be89ad8 100644 --- a/stepmania/src/StageStats.cpp +++ b/stepmania/src/StageStats.cpp @@ -7,7 +7,7 @@ #include "PrefsManager.h" #include "Foreach.h" #include "Steps.h" -#include "Song.h" +#include "song.h" StageStats g_CurStageStats; vector g_vPlayedStageStats;