diff --git a/stepmania/src/NetworkSyncManager.cpp b/stepmania/src/NetworkSyncManager.cpp index dabac81024..a7c23ba904 100644 --- a/stepmania/src/NetworkSyncManager.cpp +++ b/stepmania/src/NetworkSyncManager.cpp @@ -20,16 +20,8 @@ void NetworkSyncManager::Update( float fDeltaTime ) { } #include "ProfileManager.h" #include "RageLog.h" #include "StepMania.h" -#include "RageUtil.h" -#include "ThemeManager.h" -#include "Screen.h" -#include "PlayerNumber.h" -#include "GameConstantsAndTypes.h" -#include "SongOptions.h" #include "ScreenManager.h" -#include "Course.h" #include "song.h" -#include "SongManager.h" #include "GameState.h" #include "StageStats.h" #include "Steps.h"