diff --git a/stepmania/src/ArrowEffects.cpp b/stepmania/src/ArrowEffects.cpp index fca7206dc9..7b583c8937 100644 --- a/stepmania/src/ArrowEffects.cpp +++ b/stepmania/src/ArrowEffects.cpp @@ -18,7 +18,7 @@ #include "RageException.h" #include "RageTimer.h" #include "NoteDisplay.h" -#include "Song.h" +#include "song.h" #include diff --git a/stepmania/src/Banner.cpp b/stepmania/src/Banner.cpp index 7b93e68216..70c57c7cdf 100644 --- a/stepmania/src/Banner.cpp +++ b/stepmania/src/Banner.cpp @@ -15,7 +15,7 @@ #include "RageBitmapTexture.h" #include "ThemeManager.h" #include "RageUtil.h" -#include "Song.h" +#include "song.h" #include "RageTextureManager.h" RageTextureID Banner::BannerTex( RageTextureID ID ) diff --git a/stepmania/src/EditMenu.cpp b/stepmania/src/EditMenu.cpp index 30b44fa57f..1f6850a071 100644 --- a/stepmania/src/EditMenu.cpp +++ b/stepmania/src/EditMenu.cpp @@ -17,7 +17,7 @@ #include "ThemeManager.h" #include "GameManager.h" #include "Notes.h" -#include "Song.h" +#include "song.h" // // Defines specific to EditMenu diff --git a/stepmania/src/MusicBannerWheel.cpp b/stepmania/src/MusicBannerWheel.cpp index d657b197f4..4ad8db0090 100644 --- a/stepmania/src/MusicBannerWheel.cpp +++ b/stepmania/src/MusicBannerWheel.cpp @@ -18,7 +18,7 @@ #include "ThemeManager.h" #include "RageSoundManager.h" #include "StyleDef.h" -#include "Song.h" +#include "song.h" #define BANNERSPACING 200 #define MAXSONGSINBUFFER 5