remove unnecessary dependencies on ScreenGameplay

This commit is contained in:
Chris Danford
2005-01-06 01:52:45 +00:00
parent fddfd2783e
commit 9132b5a518
6 changed files with 62 additions and 26 deletions
+2 -1
View File
@@ -5,7 +5,7 @@
#include "Steps.h"
#include "PrefsManager.h"
#include "ScreenManager.h"
#include "ScreenGameplay.h"
#include "GameplayMessages.h"
#include "GameState.h"
#include "Course.h"
#include "SongManager.h"
@@ -16,6 +16,7 @@
#include "NetworkSyncManager.h"
#include "PlayerState.h"
#include "Style.h"
#include "Song.h"
ScoreKeeperMAX2::ScoreKeeperMAX2(
const vector<Song*>& apSongs,