remove unneeded header
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
#include "GameConstantsAndTypes.h"
|
||||
#include "MusicWheel.h"
|
||||
#include "CombinedLifeMeterEnemy.h"
|
||||
#include "RageTimer.h"
|
||||
#include <math.h>
|
||||
#include "ThemeManager.h"
|
||||
#include "GameState.h"
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
#include "RageUtil.h"
|
||||
#include "RageLog.h"
|
||||
#include "RageException.h"
|
||||
#include "RageTimer.h"
|
||||
|
||||
FontManager* FONT = NULL;
|
||||
|
||||
|
||||
@@ -27,8 +27,6 @@
|
||||
#include "SDL_utils.h"
|
||||
#include "SDL_dither.h"
|
||||
|
||||
#include "RageTimer.h"
|
||||
|
||||
static void GetResolutionFromFileName( CString sPath, int &Width, int &Height )
|
||||
{
|
||||
/* Match:
|
||||
|
||||
@@ -37,7 +37,6 @@
|
||||
#include "RageUtil.h"
|
||||
#include "RageLog.h"
|
||||
#include "RageException.h"
|
||||
#include "RageTimer.h"
|
||||
|
||||
#include "PrefsManager.h"
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
#include "RageMath.h"
|
||||
#include "RageUtil.h"
|
||||
#include "RageUtil_FileDB.h"
|
||||
#include "RageTimer.h"
|
||||
#include "RageLog.h"
|
||||
|
||||
#include <numeric>
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
#include "MenuElements.h"
|
||||
#include "DifficultyMeter.h"
|
||||
#include "DifficultyRating.h"
|
||||
#include "RageTimer.h"
|
||||
#include "ModeSwitcher.h"
|
||||
|
||||
class ScreenEz2SelectMusic : public Screen
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
#include "GameConstantsAndTypes.h"
|
||||
#include "ThemeManager.h"
|
||||
#include "RageDisplay.h"
|
||||
#include "RageTimer.h"
|
||||
|
||||
|
||||
ScreenSandbox::ScreenSandbox() : Screen("ScreenSandbox")
|
||||
|
||||
@@ -20,7 +20,6 @@ Chris Danford
|
||||
#include "AnnouncerManager.h"
|
||||
#include "GameState.h"
|
||||
#include "RageException.h"
|
||||
#include "RageTimer.h"
|
||||
#include "GameState.h"
|
||||
#include "ThemeManager.h"
|
||||
#include "ActorUtil.h"
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
#include "GameState.h"
|
||||
#include "PrefsManager.h"
|
||||
#include "RageException.h"
|
||||
#include "RageTimer.h"
|
||||
#include "arch/LoadingWindow/LoadingWindow.h"
|
||||
|
||||
#include "AnnouncerManager.h"
|
||||
|
||||
Reference in New Issue
Block a user