reduce NoteData deps

This commit is contained in:
Glenn Maynard
2002-12-17 21:42:09 +00:00
parent f4047da171
commit 2491a63344
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -12,7 +12,6 @@
*/
#include "Notes.h"
#include "NoteData.h"
#include "GameInput.h"
#include "MenuInput.h"
#include "GameConstantsAndTypes.h"
+1 -1
View File
@@ -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
{