From bb56cc6f803c9c87e7255571ce9177e48ee459dd Mon Sep 17 00:00:00 2001 From: Ben Anderson Date: Sun, 15 Jun 2003 17:45:57 +0000 Subject: [PATCH] course.h and Course.h are NOT the same thing on Linux, sorry about that --- stepmania/src/FadingBanner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/FadingBanner.cpp b/stepmania/src/FadingBanner.cpp index 06bf685c9d..5794867b1f 100644 --- a/stepmania/src/FadingBanner.cpp +++ b/stepmania/src/FadingBanner.cpp @@ -16,7 +16,7 @@ #include "BannerCache.h" #include "song.h" #include "RageLog.h" -#include "course.h" +#include "Course.h" #include "PrefsManager.h" #include "ThemeManager.h"