From b034804250cc8fa4b8b13f043802a17800c70037 Mon Sep 17 00:00:00 2001 From: Jared Roberts Date: Mon, 10 Mar 2003 05:07:00 +0000 Subject: [PATCH] s/Song.h/song.h --- stepmania/src/BGAnimation.cpp | 2 +- stepmania/src/BGAnimationLayer.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/BGAnimation.cpp b/stepmania/src/BGAnimation.cpp index b9cc274732..05412a376b 100644 --- a/stepmania/src/BGAnimation.cpp +++ b/stepmania/src/BGAnimation.cpp @@ -17,7 +17,7 @@ #include "IniFile.h" #include "BGAnimationLayer.h" #include "RageUtil.h" -#include "Song.h" +#include "song.h" #include "ThemeManager.h" diff --git a/stepmania/src/BGAnimationLayer.cpp b/stepmania/src/BGAnimationLayer.cpp index 045ca40d73..0dde9160ae 100644 --- a/stepmania/src/BGAnimationLayer.cpp +++ b/stepmania/src/BGAnimationLayer.cpp @@ -20,7 +20,7 @@ #include #include "RageTimer.h" #include "RageLog.h" -#include "Song.h" +#include "song.h" #include "ThemeManager.h"