From 30d71712c30868d827707907e1069b76d79ef50c Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sun, 9 Aug 2009 23:02:39 +0000 Subject: [PATCH] song.h -> Song.h --- stepmania/src/ScreenOptionsEditCourse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenOptionsEditCourse.cpp b/stepmania/src/ScreenOptionsEditCourse.cpp index 45f2f9d012..16de124a53 100644 --- a/stepmania/src/ScreenOptionsEditCourse.cpp +++ b/stepmania/src/ScreenOptionsEditCourse.cpp @@ -10,7 +10,7 @@ #include "ScreenPrompt.h" #include "LocalizedString.h" #include "CourseUtil.h" -#include "song.h" +#include "Song.h" #include "Style.h" #include "Steps.h"