From 415612676552d7771cc04f6480a01ec124797ea0 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 16 Feb 2004 09:12:59 +0000 Subject: [PATCH] cleanup --- stepmania/src/Song.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stepmania/src/Song.cpp b/stepmania/src/Song.cpp index e4f35d2ddd..c047c5734b 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -35,6 +35,7 @@ #include "NoteDataUtil.h" #include "SDL_utils.h" #include "ProfileManager.h" +#include "StageStats.h" #include "NotesLoaderSM.h" #include "NotesLoaderDWI.h" @@ -306,7 +307,7 @@ struct SongID return ret; } }; -#include "StageStats.h" + void Song::RevertFromDisk() { // Ugly: When we re-load the song, the Steps* will change.