From a374bda82fff00e8934fc22050dd722301a0b96f Mon Sep 17 00:00:00 2001 From: Sean Burke Date: Sun, 24 Oct 2004 21:12:32 +0000 Subject: [PATCH] Fix capitalization of header. --- stepmania/src/AutoKeysounds.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/AutoKeysounds.cpp b/stepmania/src/AutoKeysounds.cpp index 00890a80d9..b69879cb5e 100644 --- a/stepmania/src/AutoKeysounds.cpp +++ b/stepmania/src/AutoKeysounds.cpp @@ -1,7 +1,7 @@ #include "global.h" #include "AutoKeysounds.h" #include "GameState.h" -#include "Song.h" +#include "song.h" void AutoKeysounds::Load( PlayerNumber pn, const NoteData& ndAutoKeysoundsOnly ) {