From e4a8bb782f70c34d7fdbb8d2b376900f306d892c Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Thu, 17 Aug 2006 19:05:29 +0000 Subject: [PATCH] Header cleanup. --- stepmania/src/HighScore.cpp | 1 + stepmania/src/HighScore.h | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/stepmania/src/HighScore.cpp b/stepmania/src/HighScore.cpp index 30896e2c95..4db73f6d81 100644 --- a/stepmania/src/HighScore.cpp +++ b/stepmania/src/HighScore.cpp @@ -5,6 +5,7 @@ #include "ThemeManager.h" #include "XmlFile.h" #include "Foreach.h" +#include "RadarValues.h" #define EMPTY_NAME THEME->GetMetric ("HighScore","EmptyName") diff --git a/stepmania/src/HighScore.h b/stepmania/src/HighScore.h index db005c9831..358f8eebbc 100644 --- a/stepmania/src/HighScore.h +++ b/stepmania/src/HighScore.h @@ -1,15 +1,15 @@ /* HighScore - Player scoring data that persists between sessions. */ -#ifndef HighScore_H -#define HighScore_H +#ifndef HIGH_SCORE_H +#define HIGH_SCORE_H #include "Grade.h" #include "GameConstantsAndTypes.h" -#include "RadarValues.h" #include "DateTime.h" #include "RageUtil_AutoPtr.h" class XNode; +class RadarValues; struct lua_State; struct HighScoreImpl;