diff --git a/stepmania/src/CombinedLifeMeterEnemy.cpp b/stepmania/src/CombinedLifeMeterEnemy.cpp index 315a66d32a..60d997591a 100644 --- a/stepmania/src/CombinedLifeMeterEnemy.cpp +++ b/stepmania/src/CombinedLifeMeterEnemy.cpp @@ -15,7 +15,6 @@ #include "GameConstantsAndTypes.h" #include "MusicWheel.h" #include "CombinedLifeMeterEnemy.h" -#include "RageTimer.h" #include #include "ThemeManager.h" #include "GameState.h" diff --git a/stepmania/src/FontManager.cpp b/stepmania/src/FontManager.cpp index 45e88c9f21..8a6c901790 100644 --- a/stepmania/src/FontManager.cpp +++ b/stepmania/src/FontManager.cpp @@ -17,7 +17,6 @@ #include "RageUtil.h" #include "RageLog.h" #include "RageException.h" -#include "RageTimer.h" FontManager* FONT = NULL; diff --git a/stepmania/src/RageBitmapTexture.cpp b/stepmania/src/RageBitmapTexture.cpp index 89aba1d593..1a0d0899bb 100644 --- a/stepmania/src/RageBitmapTexture.cpp +++ b/stepmania/src/RageBitmapTexture.cpp @@ -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: diff --git a/stepmania/src/RageSound.cpp b/stepmania/src/RageSound.cpp index 0d11a1e6d2..ffcdc36f4e 100644 --- a/stepmania/src/RageSound.cpp +++ b/stepmania/src/RageSound.cpp @@ -37,7 +37,6 @@ #include "RageUtil.h" #include "RageLog.h" #include "RageException.h" -#include "RageTimer.h" #include "PrefsManager.h" diff --git a/stepmania/src/RageUtil.cpp b/stepmania/src/RageUtil.cpp index 37e592ab8a..d99edcd4cf 100644 --- a/stepmania/src/RageUtil.cpp +++ b/stepmania/src/RageUtil.cpp @@ -12,7 +12,6 @@ #include "RageMath.h" #include "RageUtil.h" #include "RageUtil_FileDB.h" -#include "RageTimer.h" #include "RageLog.h" #include diff --git a/stepmania/src/ScreenEz2SelectMusic.h b/stepmania/src/ScreenEz2SelectMusic.h index 0f8598264f..2a6fea547a 100644 --- a/stepmania/src/ScreenEz2SelectMusic.h +++ b/stepmania/src/ScreenEz2SelectMusic.h @@ -20,7 +20,6 @@ #include "MenuElements.h" #include "DifficultyMeter.h" #include "DifficultyRating.h" -#include "RageTimer.h" #include "ModeSwitcher.h" class ScreenEz2SelectMusic : public Screen diff --git a/stepmania/src/ScreenSandbox.cpp b/stepmania/src/ScreenSandbox.cpp index a08a75096c..83195c7c84 100644 --- a/stepmania/src/ScreenSandbox.cpp +++ b/stepmania/src/ScreenSandbox.cpp @@ -19,7 +19,6 @@ #include "GameConstantsAndTypes.h" #include "ThemeManager.h" #include "RageDisplay.h" -#include "RageTimer.h" ScreenSandbox::ScreenSandbox() : Screen("ScreenSandbox") diff --git a/stepmania/src/ScreenSelectMode.cpp b/stepmania/src/ScreenSelectMode.cpp index 7abe043d7b..9431fb8898 100644 --- a/stepmania/src/ScreenSelectMode.cpp +++ b/stepmania/src/ScreenSelectMode.cpp @@ -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" diff --git a/stepmania/src/SongManager.cpp b/stepmania/src/SongManager.cpp index f505e11953..020793cf9e 100644 --- a/stepmania/src/SongManager.cpp +++ b/stepmania/src/SongManager.cpp @@ -19,7 +19,6 @@ #include "GameState.h" #include "PrefsManager.h" #include "RageException.h" -#include "RageTimer.h" #include "arch/LoadingWindow/LoadingWindow.h" #include "AnnouncerManager.h"