Header cleanup.

This commit is contained in:
Steve Checkoway
2007-02-18 10:19:31 +00:00
parent adc293946c
commit cef0c5ea30
2 changed files with 1 additions and 9 deletions
+1 -3
View File
@@ -4,9 +4,8 @@
#include "SongManager.h"
#include "GameManager.h"
#include "PrefsManager.h"
#include "ScreenManager.h" // for sending SM_PlayMusicSample
#include "ScreenManager.h"
#include "RageLog.h"
#include "GameConstantsAndTypes.h"
#include "GameState.h"
#include "ThemeManager.h"
#include "song.h"
@@ -19,7 +18,6 @@
#include "CourseUtil.h"
#include "Foreach.h"
#include "Style.h"
#include "ThemeMetric.h"
#include "PlayerState.h"
static Preference<bool> g_bMoveRandomToEnd( "MoveRandomToEnd", false );
-6
View File
@@ -3,14 +3,8 @@
#ifndef MUSIC_WHEEL_H
#define MUSIC_WHEEL_H
#include "AutoActor.h"
#include "ActorFrame.h"
#include "RageSound.h"
#include "GameConstantsAndTypes.h"
#include "ScreenMessage.h"
#include "ScoreDisplayNormal.h"
#include "ScrollBar.h"
#include "RageTimer.h"
#include "MusicWheelItem.h"
#include "ThemeMetric.h"
#include "WheelBase.h"