From 22d7bf1508d1855f2a4ab80108fd9402f535dafd Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 2 May 2004 00:21:47 +0000 Subject: [PATCH] cleanup --- stepmania/src/SongManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/SongManager.cpp b/stepmania/src/SongManager.cpp index f6784a05d5..f8c9b4e2b1 100644 --- a/stepmania/src/SongManager.cpp +++ b/stepmania/src/SongManager.cpp @@ -37,6 +37,7 @@ #include "StepsUtil.h" #include "CourseUtil.h" #include "RageFileManager.h" +#include "UnlockSystem.h" SongManager* SONGMAN = NULL; // global and accessable from anywhere in our program @@ -882,7 +883,6 @@ Course *SongManager::FindCourse( CString sName ) return NULL; } -#include "UnlockSystem.h" void SongManager::UpdateBest() {