From 2491a6334467761e033a39854a7adf2bc21d5d6a Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 17 Dec 2002 21:42:09 +0000 Subject: [PATCH] reduce NoteData deps --- stepmania/src/GameDef.h | 1 - stepmania/src/StyleDef.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/stepmania/src/GameDef.h b/stepmania/src/GameDef.h index 6806b35d63..acc6056466 100644 --- a/stepmania/src/GameDef.h +++ b/stepmania/src/GameDef.h @@ -12,7 +12,6 @@ */ #include "Notes.h" -#include "NoteData.h" #include "GameInput.h" #include "MenuInput.h" #include "GameConstantsAndTypes.h" diff --git a/stepmania/src/StyleDef.h b/stepmania/src/StyleDef.h index a9b0e083bf..cba8db86fe 100644 --- a/stepmania/src/StyleDef.h +++ b/stepmania/src/StyleDef.h @@ -22,7 +22,6 @@ */ #include "Notes.h" -#include "NoteData.h" #include "StyleInput.h" #include "GameInput.h" #include "Game.h" @@ -30,6 +29,7 @@ const int MAX_COLS_PER_PLAYER = MAX_NOTE_TRACKS; +class NoteData; class StyleDef {