From 3b608a20fffc5007ca71e44c3bd43d807d49c7b6 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 22 Jan 2005 17:59:56 +0000 Subject: [PATCH] header cleanup --- stepmania/src/ScoreKeeperMAX2.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/stepmania/src/ScoreKeeperMAX2.h b/stepmania/src/ScoreKeeperMAX2.h index 431004d4c2..61de4e7095 100644 --- a/stepmania/src/ScoreKeeperMAX2.h +++ b/stepmania/src/ScoreKeeperMAX2.h @@ -1,10 +1,12 @@ /* ScoreKeeperMAX2 - MAX2-style scorekeeping. */ -#ifndef SCOREKEEPER_MAX2_H -#define SCOREKEEPER_MAX2_H +#ifndef SCORE_KEEPER_MAX2_H +#define SCORE_KEEPER_MAX2_H #include "ScoreKeeper.h" -#include "NoteDataWithScoring.h" +#include "Attack.h" +#include "song.h" +#include "Steps.h" class Steps; class ScoreKeeperMAX2: public ScoreKeeper