From 3e36a05c5f6d02edcbcad8357509b1700208c808 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 9 Mar 2008 01:51:34 +0000 Subject: [PATCH] fix song.h!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --- stepmania/src/AdjustSync.cpp | 2 +- stepmania/src/ArrowEffects.cpp | 2 +- stepmania/src/Attack.cpp | 2 +- stepmania/src/AutoKeysounds.cpp | 2 +- stepmania/src/BGAnimationLayer.cpp | 2 +- stepmania/src/BPMDisplay.cpp | 2 +- stepmania/src/Background.cpp | 2 +- stepmania/src/BackgroundUtil.cpp | 2 +- stepmania/src/Banner.cpp | 2 +- stepmania/src/CatalogXml.cpp | 2 +- stepmania/src/Course.cpp | 2 +- stepmania/src/CourseWriterCRS.cpp | 2 +- stepmania/src/DancingCharacters.cpp | 2 +- stepmania/src/DifficultyList.cpp | 2 +- stepmania/src/EditMenu.cpp | 2 +- stepmania/src/FadingBanner.cpp | 2 +- stepmania/src/Foreground.cpp | 2 +- stepmania/src/GameCommand.cpp | 2 +- stepmania/src/GameSoundManager.cpp | 2 +- stepmania/src/GameState.cpp | 2 +- stepmania/src/GameplayAssist.cpp | 2 +- stepmania/src/GraphDisplay.cpp | 2 +- stepmania/src/Inventory.cpp | 2 +- stepmania/src/LifeMeterBar.cpp | 2 +- stepmania/src/LyricDisplay.cpp | 2 +- stepmania/src/LyricsLoader.cpp | 2 +- stepmania/src/MeterDisplay.cpp | 2 +- stepmania/src/MusicBannerWheel.cpp | 2 +- stepmania/src/MusicList.cpp | 2 +- stepmania/src/MusicWheel.cpp | 2 +- stepmania/src/MusicWheelItem.cpp | 2 +- stepmania/src/NetworkSyncManager.cpp | 2 +- stepmania/src/NoteDataUtil.cpp | 2 +- stepmania/src/NoteField.cpp | 2 +- stepmania/src/NotesLoaderBMS.cpp | 2 +- stepmania/src/NotesLoaderDWI.cpp | 2 +- stepmania/src/NotesLoaderKSF.cpp | 2 +- stepmania/src/NotesLoaderMidi.cpp | 2 +- stepmania/src/NotesLoaderSM.cpp | 2 +- stepmania/src/NotesWriterDWI.cpp | 2 +- stepmania/src/NotesWriterSM.cpp | 2 +- stepmania/src/OptionRow.cpp | 2 +- stepmania/src/OptionRowHandler.cpp | 2 +- stepmania/src/PaneDisplay.cpp | 2 +- stepmania/src/Player.cpp | 2 +- stepmania/src/PlayerOptions.cpp | 2 +- stepmania/src/Profile.cpp | 2 +- stepmania/src/ProfileManager.cpp | 2 +- stepmania/src/ScoreKeeperNormal.cpp | 2 +- stepmania/src/ScreenDebugOverlay.cpp | 2 +- stepmania/src/ScreenEdit.h | 2 +- stepmania/src/ScreenEditMenu.cpp | 2 +- stepmania/src/ScreenEnding.cpp | 2 +- stepmania/src/ScreenEvaluation.cpp | 2 +- stepmania/src/ScreenGameplay.cpp | 2 +- stepmania/src/ScreenGameplayLesson.cpp | 2 +- stepmania/src/ScreenGameplayShared.cpp | 2 +- stepmania/src/ScreenGameplaySyncMachine.h | 2 +- stepmania/src/ScreenHowToPlay.h | 2 +- stepmania/src/ScreenJukebox.cpp | 2 +- stepmania/src/ScreenNameEntry.cpp | 2 +- stepmania/src/ScreenNameEntryTraditional.cpp | 2 +- stepmania/src/ScreenNetSelectMusic.cpp | 2 +- stepmania/src/ScreenOptionsEditCourse.cpp | 2 +- stepmania/src/ScreenOptionsEditCourseEntry.cpp | 2 +- stepmania/src/ScreenOptionsEditPlaylist.cpp | 3 +-- stepmania/src/ScreenOptionsManageEditSteps.cpp | 2 +- stepmania/src/ScreenOptionsToggleSongs.cpp | 2 +- stepmania/src/ScreenOptionsToggleSongs.h | 2 +- stepmania/src/ScreenRanking.cpp | 2 +- stepmania/src/ScreenSaveSync.cpp | 2 +- stepmania/src/ScreenSelectGroup.cpp | 2 +- stepmania/src/ScreenSelectMusic.cpp | 2 +- stepmania/src/ScreenServiceAction.cpp | 2 +- stepmania/src/ScreenSyncOverlay.cpp | 2 +- stepmania/src/ScreenUnlockStatus.cpp | 2 +- stepmania/src/Song.cpp | 2 +- stepmania/src/{song.h => Song.h} | 0 stepmania/src/SongCacheIndex.cpp | 2 +- stepmania/src/SongManager.cpp | 2 +- stepmania/src/SongUtil.cpp | 2 +- stepmania/src/StageStats.cpp | 2 +- stepmania/src/Steps.cpp | 2 +- stepmania/src/StepsUtil.cpp | 2 +- stepmania/src/TextBanner.cpp | 2 +- stepmania/src/Trail.cpp | 2 +- stepmania/src/UnlockManager.cpp | 2 +- stepmania/src/WorkoutManager.cpp | 2 +- 88 files changed, 87 insertions(+), 88 deletions(-) rename stepmania/src/{song.h => Song.h} (100%) diff --git a/stepmania/src/AdjustSync.cpp b/stepmania/src/AdjustSync.cpp index e902599460..e669f9cb74 100644 --- a/stepmania/src/AdjustSync.cpp +++ b/stepmania/src/AdjustSync.cpp @@ -34,7 +34,7 @@ */ #include "global.h" -#include "song.h" +#include "Song.h" #include "AdjustSync.h" #include "GameState.h" #include "LocalizedString.h" diff --git a/stepmania/src/ArrowEffects.cpp b/stepmania/src/ArrowEffects.cpp index 360064190b..fe76c11c26 100644 --- a/stepmania/src/ArrowEffects.cpp +++ b/stepmania/src/ArrowEffects.cpp @@ -5,7 +5,7 @@ #include "GameManager.h" #include "RageTimer.h" #include "NoteDisplay.h" -#include "song.h" +#include "Song.h" #include "RageMath.h" #include "ScreenDimensions.h" #include "PlayerState.h" diff --git a/stepmania/src/Attack.cpp b/stepmania/src/Attack.cpp index 7f6bae9bb7..f54603790f 100644 --- a/stepmania/src/Attack.cpp +++ b/stepmania/src/Attack.cpp @@ -2,7 +2,7 @@ #include "Attack.h" #include "GameState.h" #include "RageUtil.h" -#include "song.h" +#include "Song.h" #include "Foreach.h" #include "PlayerOptions.h" #include "PlayerState.h" diff --git a/stepmania/src/AutoKeysounds.cpp b/stepmania/src/AutoKeysounds.cpp index bd3af022d4..360c22dec1 100644 --- a/stepmania/src/AutoKeysounds.cpp +++ b/stepmania/src/AutoKeysounds.cpp @@ -18,7 +18,7 @@ #include "global.h" #include "AutoKeysounds.h" #include "GameState.h" -#include "song.h" +#include "Song.h" #include "RageSoundReader_Chain.h" #include "RageSoundReader_ChannelSplit.h" #include "RageSoundReader_Extend.h" diff --git a/stepmania/src/BGAnimationLayer.cpp b/stepmania/src/BGAnimationLayer.cpp index 7e2d234e73..cf2c7d5a28 100644 --- a/stepmania/src/BGAnimationLayer.cpp +++ b/stepmania/src/BGAnimationLayer.cpp @@ -4,7 +4,7 @@ #include "XmlFile.h" #include "RageMath.h" #include "RageLog.h" -#include "song.h" +#include "Song.h" #include "ScreenDimensions.h" #include "Sprite.h" #include "RageDisplay.h" diff --git a/stepmania/src/BPMDisplay.cpp b/stepmania/src/BPMDisplay.cpp index 0d21faceee..8d6a2c8a9b 100644 --- a/stepmania/src/BPMDisplay.cpp +++ b/stepmania/src/BPMDisplay.cpp @@ -7,7 +7,7 @@ #include "Style.h" #include "ActorUtil.h" #include "CommonMetrics.h" -#include "song.h" +#include "Song.h" #include diff --git a/stepmania/src/Background.cpp b/stepmania/src/Background.cpp index b198479f2a..71893b3b86 100644 --- a/stepmania/src/Background.cpp +++ b/stepmania/src/Background.cpp @@ -20,7 +20,7 @@ #include "XmlFile.h" #include "XmlFileUtil.h" #include "BackgroundUtil.h" -#include "song.h" +#include "Song.h" #include "AutoActor.h" static ThemeMetric LEFT_EDGE ("Background","LeftEdge"); diff --git a/stepmania/src/BackgroundUtil.cpp b/stepmania/src/BackgroundUtil.cpp index ffd520e79e..13b61b637f 100644 --- a/stepmania/src/BackgroundUtil.cpp +++ b/stepmania/src/BackgroundUtil.cpp @@ -1,7 +1,7 @@ #include "global.h" #include "BackgroundUtil.h" #include "RageUtil.h" -#include "song.h" +#include "Song.h" #include "Foreach.h" #include "IniFile.h" #include "RageLog.h" diff --git a/stepmania/src/Banner.cpp b/stepmania/src/Banner.cpp index 30f38edf9d..c3cb1ef21f 100644 --- a/stepmania/src/Banner.cpp +++ b/stepmania/src/Banner.cpp @@ -3,7 +3,7 @@ #include "BannerCache.h" #include "SongManager.h" #include "RageUtil.h" -#include "song.h" +#include "Song.h" #include "RageTextureManager.h" #include "Course.h" #include "Character.h" diff --git a/stepmania/src/CatalogXml.cpp b/stepmania/src/CatalogXml.cpp index a57fc555bd..18947b24c5 100644 --- a/stepmania/src/CatalogXml.cpp +++ b/stepmania/src/CatalogXml.cpp @@ -2,7 +2,7 @@ #include "CatalogXml.h" #include "SongManager.h" #include "RageLog.h" -#include "song.h" +#include "Song.h" #include "Steps.h" #include "XmlFile.h" #include "XmlFileUtil.h" diff --git a/stepmania/src/Course.cpp b/stepmania/src/Course.cpp index d23a6670b7..d91a1dd7a0 100644 --- a/stepmania/src/Course.cpp +++ b/stepmania/src/Course.cpp @@ -11,7 +11,7 @@ #include "PrefsManager.h" #include "ProfileManager.h" #include "RageLog.h" -#include "song.h" +#include "Song.h" #include "SongCacheIndex.h" #include "Steps.h" #include "ThemeManager.h" diff --git a/stepmania/src/CourseWriterCRS.cpp b/stepmania/src/CourseWriterCRS.cpp index c712d80315..21df4f4d70 100644 --- a/stepmania/src/CourseWriterCRS.cpp +++ b/stepmania/src/CourseWriterCRS.cpp @@ -4,7 +4,7 @@ #include "RageFile.h" #include "RageLog.h" #include "RageUtil.h" -#include "song.h" +#include "Song.h" #include "RageFileDriverMemory.h" extern const char *g_CRSDifficultyNames[]; // in CourseLoaderCRS diff --git a/stepmania/src/DancingCharacters.cpp b/stepmania/src/DancingCharacters.cpp index ecf7989efa..53238e8e77 100644 --- a/stepmania/src/DancingCharacters.cpp +++ b/stepmania/src/DancingCharacters.cpp @@ -5,7 +5,7 @@ #include "RageUtil.h" #include "RageMath.h" #include "GameState.h" -#include "song.h" +#include "Song.h" #include "Character.h" #include "StatsManager.h" #include "PrefsManager.h" diff --git a/stepmania/src/DifficultyList.cpp b/stepmania/src/DifficultyList.cpp index b50a4f8199..1cf132ce18 100644 --- a/stepmania/src/DifficultyList.cpp +++ b/stepmania/src/DifficultyList.cpp @@ -1,7 +1,7 @@ #include "global.h" #include "DifficultyList.h" #include "GameState.h" -#include "song.h" +#include "Song.h" #include "Steps.h" #include "Style.h" #include "DifficultyMeter.h" diff --git a/stepmania/src/EditMenu.cpp b/stepmania/src/EditMenu.cpp index 61d83d7cac..2862e90a0d 100644 --- a/stepmania/src/EditMenu.cpp +++ b/stepmania/src/EditMenu.cpp @@ -6,7 +6,7 @@ #include "ThemeManager.h" #include "GameManager.h" #include "Steps.h" -#include "song.h" +#include "Song.h" #include "StepsUtil.h" #include "Foreach.h" #include "CommonMetrics.h" diff --git a/stepmania/src/FadingBanner.cpp b/stepmania/src/FadingBanner.cpp index 055d1ad456..50e96c1561 100644 --- a/stepmania/src/FadingBanner.cpp +++ b/stepmania/src/FadingBanner.cpp @@ -2,7 +2,7 @@ #include "FadingBanner.h" #include "RageTextureManager.h" #include "BannerCache.h" -#include "song.h" +#include "Song.h" #include "RageLog.h" #include "Course.h" #include "PrefsManager.h" diff --git a/stepmania/src/Foreground.cpp b/stepmania/src/Foreground.cpp index 47e56d3d17..e192c4e0ba 100644 --- a/stepmania/src/Foreground.cpp +++ b/stepmania/src/Foreground.cpp @@ -4,7 +4,7 @@ #include "GameState.h" #include "RageTextureManager.h" #include "ActorUtil.h" -#include "song.h" +#include "Song.h" #include "BackgroundUtil.h" #include "Foreach.h" diff --git a/stepmania/src/GameCommand.cpp b/stepmania/src/GameCommand.cpp index d1c10f99b3..b9d3864b68 100644 --- a/stepmania/src/GameCommand.cpp +++ b/stepmania/src/GameCommand.cpp @@ -18,7 +18,7 @@ #include "GameSoundManager.h" #include "PlayerState.h" #include "SongManager.h" -#include "song.h" +#include "Song.h" #include "UnlockManager.h" #include "LocalizedString.h" #include "arch/ArchHooks/ArchHooks.h" diff --git a/stepmania/src/GameSoundManager.cpp b/stepmania/src/GameSoundManager.cpp index b0ab718f91..6621ad1d32 100644 --- a/stepmania/src/GameSoundManager.cpp +++ b/stepmania/src/GameSoundManager.cpp @@ -11,7 +11,7 @@ #include "RageDisplay.h" #include "AnnouncerManager.h" #include "NoteData.h" -#include "song.h" +#include "Song.h" #include "Steps.h" #include "LightsManager.h" #include "SongUtil.h" diff --git a/stepmania/src/GameState.cpp b/stepmania/src/GameState.cpp index faf4ec2edf..643d853954 100644 --- a/stepmania/src/GameState.cpp +++ b/stepmania/src/GameState.cpp @@ -27,7 +27,7 @@ #include "RageFile.h" #include "RageLog.h" #include "RageUtil.h" -#include "song.h" +#include "Song.h" #include "SongManager.h" #include "SongUtil.h" #include "StatsManager.h" diff --git a/stepmania/src/GameplayAssist.cpp b/stepmania/src/GameplayAssist.cpp index 8e05f53fbc..9886685a78 100644 --- a/stepmania/src/GameplayAssist.cpp +++ b/stepmania/src/GameplayAssist.cpp @@ -4,7 +4,7 @@ #include "GameState.h" #include "RageSoundManager.h" #include "CommonMetrics.h" -#include "song.h" +#include "Song.h" #include "NoteData.h" void GameplayAssist::Init() diff --git a/stepmania/src/GraphDisplay.cpp b/stepmania/src/GraphDisplay.cpp index e7b7f16485..13ade69a09 100644 --- a/stepmania/src/GraphDisplay.cpp +++ b/stepmania/src/GraphDisplay.cpp @@ -9,7 +9,7 @@ #include "RageMath.h" #include "StageStats.h" #include "Foreach.h" -#include "song.h" +#include "Song.h" #include "XmlFile.h" //#define DIVIDE_LINE_WIDTH THEME->GetMetricI(m_sName,"TexturedBottomHalf") diff --git a/stepmania/src/Inventory.cpp b/stepmania/src/Inventory.cpp index eaece78631..65a1eceeae 100644 --- a/stepmania/src/Inventory.cpp +++ b/stepmania/src/Inventory.cpp @@ -5,7 +5,7 @@ #include "GameState.h" #include "RageTimer.h" #include "PrefsManager.h" -#include "song.h" +#include "Song.h" #include "ScreenManager.h" #include "StatsManager.h" #include "ThemeMetric.h" diff --git a/stepmania/src/LifeMeterBar.cpp b/stepmania/src/LifeMeterBar.cpp index 039c40932c..3a651b4ba6 100644 --- a/stepmania/src/LifeMeterBar.cpp +++ b/stepmania/src/LifeMeterBar.cpp @@ -6,7 +6,7 @@ #include "GameState.h" #include "RageMath.h" #include "ThemeManager.h" -#include "song.h" +#include "Song.h" #include "StatsManager.h" #include "ThemeMetric.h" #include "PlayerState.h" diff --git a/stepmania/src/LyricDisplay.cpp b/stepmania/src/LyricDisplay.cpp index dc7ac7a222..f5cc8f5701 100644 --- a/stepmania/src/LyricDisplay.cpp +++ b/stepmania/src/LyricDisplay.cpp @@ -3,7 +3,7 @@ #include "ScreenDimensions.h" #include "GameState.h" #include "ThemeMetric.h" -#include "song.h" +#include "Song.h" #include "ActorUtil.h" static ThemeMetric IN_LENGTH ("LyricDisplay","InLength"); diff --git a/stepmania/src/LyricsLoader.cpp b/stepmania/src/LyricsLoader.cpp index 1bf42a91c3..d9b08a30ce 100644 --- a/stepmania/src/LyricsLoader.cpp +++ b/stepmania/src/LyricsLoader.cpp @@ -4,7 +4,7 @@ #include "LyricsLoader.h" #include "ThemeManager.h" #include "RageFile.h" -#include "song.h" +#include "Song.h" #include diff --git a/stepmania/src/MeterDisplay.cpp b/stepmania/src/MeterDisplay.cpp index 99063cede1..499926427a 100644 --- a/stepmania/src/MeterDisplay.cpp +++ b/stepmania/src/MeterDisplay.cpp @@ -2,7 +2,7 @@ #include "MeterDisplay.h" #include "RageUtil.h" #include "GameState.h" -#include "song.h" +#include "Song.h" #include "ActorUtil.h" #include "XmlFile.h" #include "RageLog.h" diff --git a/stepmania/src/MusicBannerWheel.cpp b/stepmania/src/MusicBannerWheel.cpp index d46d79ee4c..a235421762 100644 --- a/stepmania/src/MusicBannerWheel.cpp +++ b/stepmania/src/MusicBannerWheel.cpp @@ -18,7 +18,7 @@ TODO: #include "ThemeManager.h" #include "GameSoundManager.h" #include "Style.h" -#include "song.h" +#include "Song.h" #include "Steps.h" #include "ActorUtil.h" #include "SongUtil.h" diff --git a/stepmania/src/MusicList.cpp b/stepmania/src/MusicList.cpp index 526f966a3a..3e05918a7f 100644 --- a/stepmania/src/MusicList.cpp +++ b/stepmania/src/MusicList.cpp @@ -3,7 +3,7 @@ #include "ThemeManager.h" #include "ThemeMetric.h" #include "RageUtil.h" -#include "song.h" +#include "Song.h" #include "ActorUtil.h" /* If this actor is used anywhere other than SelectGroup, we diff --git a/stepmania/src/MusicWheel.cpp b/stepmania/src/MusicWheel.cpp index 9f9cc6006d..9a45fbed8b 100644 --- a/stepmania/src/MusicWheel.cpp +++ b/stepmania/src/MusicWheel.cpp @@ -8,7 +8,7 @@ #include "RageLog.h" #include "GameState.h" #include "ThemeManager.h" -#include "song.h" +#include "Song.h" #include "Course.h" #include "Steps.h" #include "UnlockManager.h" diff --git a/stepmania/src/MusicWheelItem.cpp b/stepmania/src/MusicWheelItem.cpp index 91f2d2374c..2f0f680710 100644 --- a/stepmania/src/MusicWheelItem.cpp +++ b/stepmania/src/MusicWheelItem.cpp @@ -8,7 +8,7 @@ #include "GameState.h" #include "ThemeManager.h" #include "Steps.h" -#include "song.h" +#include "Song.h" #include "Course.h" #include "ProfileManager.h" #include "Profile.h" diff --git a/stepmania/src/NetworkSyncManager.cpp b/stepmania/src/NetworkSyncManager.cpp index 4ffc4d060e..99e73df1c2 100644 --- a/stepmania/src/NetworkSyncManager.cpp +++ b/stepmania/src/NetworkSyncManager.cpp @@ -30,7 +30,7 @@ void NetworkSyncManager::GetListOfLANServers( vector& AllServers #include "ProfileManager.h" #include "RageLog.h" #include "ScreenManager.h" -#include "song.h" +#include "Song.h" #include "Course.h" #include "GameState.h" #include "StatsManager.h" diff --git a/stepmania/src/NoteDataUtil.cpp b/stepmania/src/NoteDataUtil.cpp index d0d7d535fc..81c88e250e 100644 --- a/stepmania/src/NoteDataUtil.cpp +++ b/stepmania/src/NoteDataUtil.cpp @@ -4,7 +4,7 @@ #include "RageUtil.h" #include "RageLog.h" #include "PlayerOptions.h" -#include "song.h" +#include "Song.h" #include "GameState.h" #include "RadarValues.h" #include "Foreach.h" diff --git a/stepmania/src/NoteField.cpp b/stepmania/src/NoteField.cpp index c12dce2da1..b9a10e5bce 100644 --- a/stepmania/src/NoteField.cpp +++ b/stepmania/src/NoteField.cpp @@ -10,7 +10,7 @@ #include "RageMath.h" #include "ThemeManager.h" #include "NoteSkinManager.h" -#include "song.h" +#include "Song.h" #include "ScreenDimensions.h" #include "PlayerState.h" #include "Style.h" diff --git a/stepmania/src/NotesLoaderBMS.cpp b/stepmania/src/NotesLoaderBMS.cpp index f54b211e7b..02a34c5ddd 100644 --- a/stepmania/src/NotesLoaderBMS.cpp +++ b/stepmania/src/NotesLoaderBMS.cpp @@ -7,7 +7,7 @@ #include "RageFile.h" #include "SongUtil.h" #include "StepsUtil.h" -#include "song.h" +#include "Song.h" #include "Steps.h" #include "RageUtil_CharConversions.h" #include "NoteTypes.h" diff --git a/stepmania/src/NotesLoaderDWI.cpp b/stepmania/src/NotesLoaderDWI.cpp index 1a464c137b..4393f68e14 100644 --- a/stepmania/src/NotesLoaderDWI.cpp +++ b/stepmania/src/NotesLoaderDWI.cpp @@ -5,7 +5,7 @@ #include "RageUtil.h" #include "RageUtil_CharConversions.h" #include "NoteData.h" -#include "song.h" +#include "Song.h" #include "Steps.h" #include "GameInput.h" #include "NotesLoader.h" diff --git a/stepmania/src/NotesLoaderKSF.cpp b/stepmania/src/NotesLoaderKSF.cpp index 04db96bbdd..18171df45b 100644 --- a/stepmania/src/NotesLoaderKSF.cpp +++ b/stepmania/src/NotesLoaderKSF.cpp @@ -6,7 +6,7 @@ #include "RageUtil.h" #include "NoteData.h" #include "NoteTypes.h" -#include "song.h" +#include "Song.h" #include "Steps.h" #if 0 diff --git a/stepmania/src/NotesLoaderMidi.cpp b/stepmania/src/NotesLoaderMidi.cpp index f8ae437c6b..7e3e87933d 100644 --- a/stepmania/src/NotesLoaderMidi.cpp +++ b/stepmania/src/NotesLoaderMidi.cpp @@ -30,7 +30,7 @@ #include "global.h" #include "NotesLoaderMidi.h" -#include "song.h" +#include "Song.h" #include "Steps.h" #include "RageLog.h" #include "NoteData.h" diff --git a/stepmania/src/NotesLoaderSM.cpp b/stepmania/src/NotesLoaderSM.cpp index e70d0044c6..59927196a0 100644 --- a/stepmania/src/NotesLoaderSM.cpp +++ b/stepmania/src/NotesLoaderSM.cpp @@ -7,7 +7,7 @@ #include "RageFileManager.h" #include "RageLog.h" #include "RageUtil.h" -#include "song.h" +#include "Song.h" #include "SongManager.h" #include "Steps.h" diff --git a/stepmania/src/NotesWriterDWI.cpp b/stepmania/src/NotesWriterDWI.cpp index 7d1eaf8fef..e316863ed1 100644 --- a/stepmania/src/NotesWriterDWI.cpp +++ b/stepmania/src/NotesWriterDWI.cpp @@ -8,7 +8,7 @@ #include "RageFile.h" #include "NoteDataUtil.h" #include "RageFile.h" -#include "song.h" +#include "Song.h" #include "Steps.h" static RString OptimizeDWIString( RString holds, RString taps ); diff --git a/stepmania/src/NotesWriterSM.cpp b/stepmania/src/NotesWriterSM.cpp index dc99059cc2..da21e4fcdb 100644 --- a/stepmania/src/NotesWriterSM.cpp +++ b/stepmania/src/NotesWriterSM.cpp @@ -13,7 +13,7 @@ #include "RageFileManager.h" #include "RageLog.h" #include "RageUtil.h" -#include "song.h" +#include "Song.h" #include "Steps.h" static RString BackgroundChangeToString( const BackgroundChange &bgc ) diff --git a/stepmania/src/OptionRow.cpp b/stepmania/src/OptionRow.cpp index 99ca223875..0504969e98 100644 --- a/stepmania/src/OptionRow.cpp +++ b/stepmania/src/OptionRow.cpp @@ -6,7 +6,7 @@ #include "OptionRowHandler.h" #include "CommonMetrics.h" #include "GameState.h" -#include "song.h" +#include "Song.h" #include "Course.h" #include "Style.h" #include "ActorUtil.h" diff --git a/stepmania/src/OptionRowHandler.cpp b/stepmania/src/OptionRowHandler.cpp index a44bbd5d07..f1c718138f 100644 --- a/stepmania/src/OptionRowHandler.cpp +++ b/stepmania/src/OptionRowHandler.cpp @@ -9,7 +9,7 @@ #include "Course.h" #include "Steps.h" #include "Style.h" -#include "song.h" +#include "Song.h" #include "SongManager.h" #include "Character.h" #include "PrefsManager.h" diff --git a/stepmania/src/PaneDisplay.cpp b/stepmania/src/PaneDisplay.cpp index c165ae95b7..61bb9381d4 100644 --- a/stepmania/src/PaneDisplay.cpp +++ b/stepmania/src/PaneDisplay.cpp @@ -2,7 +2,7 @@ #include "PaneDisplay.h" #include "ThemeManager.h" #include "GameState.h" -#include "song.h" +#include "Song.h" #include "Steps.h" #include "RageLog.h" #include "ProfileManager.h" diff --git a/stepmania/src/Player.cpp b/stepmania/src/Player.cpp index a924c06d43..55cb661d7a 100644 --- a/stepmania/src/Player.cpp +++ b/stepmania/src/Player.cpp @@ -36,7 +36,7 @@ #include "ProfileManager.h" #include "Profile.h" #include "StatsManager.h" -#include "song.h" +#include "Song.h" #include "Steps.h" #include "GameCommand.h" #include "LocalizedString.h" diff --git a/stepmania/src/PlayerOptions.cpp b/stepmania/src/PlayerOptions.cpp index 8b24f5d802..81871b3fb0 100644 --- a/stepmania/src/PlayerOptions.cpp +++ b/stepmania/src/PlayerOptions.cpp @@ -3,7 +3,7 @@ #include "RageUtil.h" #include "GameState.h" #include "NoteSkinManager.h" -#include "song.h" +#include "Song.h" #include "Course.h" #include "Steps.h" #include "ThemeManager.h" diff --git a/stepmania/src/Profile.cpp b/stepmania/src/Profile.cpp index 29a485ac24..2ad66480b4 100644 --- a/stepmania/src/Profile.cpp +++ b/stepmania/src/Profile.cpp @@ -6,7 +6,7 @@ #include "IniFile.h" #include "GameManager.h" #include "RageLog.h" -#include "song.h" +#include "Song.h" #include "SongManager.h" #include "Steps.h" #include "Course.h" diff --git a/stepmania/src/ProfileManager.cpp b/stepmania/src/ProfileManager.cpp index 0e78e1bc65..8840cc3e40 100644 --- a/stepmania/src/ProfileManager.cpp +++ b/stepmania/src/ProfileManager.cpp @@ -9,7 +9,7 @@ #include "GameConstantsAndTypes.h" #include "SongManager.h" #include "GameState.h" -#include "song.h" +#include "Song.h" #include "Steps.h" #include "Course.h" #include "GameManager.h" diff --git a/stepmania/src/ScoreKeeperNormal.cpp b/stepmania/src/ScoreKeeperNormal.cpp index bacb8708f9..cf92861baf 100644 --- a/stepmania/src/ScoreKeeperNormal.cpp +++ b/stepmania/src/ScoreKeeperNormal.cpp @@ -16,7 +16,7 @@ #include "NetworkSyncManager.h" #include "PlayerState.h" #include "Style.h" -#include "song.h" +#include "Song.h" #include "NoteDataWithScoring.h" diff --git a/stepmania/src/ScreenDebugOverlay.cpp b/stepmania/src/ScreenDebugOverlay.cpp index 63550e7769..5fe668c9d4 100644 --- a/stepmania/src/ScreenDebugOverlay.cpp +++ b/stepmania/src/ScreenDebugOverlay.cpp @@ -25,7 +25,7 @@ #include "Profile.h" #include "SongManager.h" #include "GameLoop.h" -#include "song.h" +#include "Song.h" static bool g_bIsDisplayed = false; static bool g_bIsSlow = false; diff --git a/stepmania/src/ScreenEdit.h b/stepmania/src/ScreenEdit.h index dbf2542efc..93a1797144 100644 --- a/stepmania/src/ScreenEdit.h +++ b/stepmania/src/ScreenEdit.h @@ -11,7 +11,7 @@ #include "Background.h" #include "Foreground.h" #include "NoteField.h" -#include "song.h" +#include "Song.h" #include "Steps.h" #include "ThemeMetric.h" #include "PlayerState.h" diff --git a/stepmania/src/ScreenEditMenu.cpp b/stepmania/src/ScreenEditMenu.cpp index fec8d1c2b6..3be7de5d14 100644 --- a/stepmania/src/ScreenEditMenu.cpp +++ b/stepmania/src/ScreenEditMenu.cpp @@ -13,7 +13,7 @@ #include "ScreenManager.h" #include "ScreenPrompt.h" #include "ScreenTextEntry.h" -#include "song.h" +#include "Song.h" #include "SongManager.h" #include "SongUtil.h" #include "Steps.h" diff --git a/stepmania/src/ScreenEnding.cpp b/stepmania/src/ScreenEnding.cpp index f5b56756a8..33150172df 100644 --- a/stepmania/src/ScreenEnding.cpp +++ b/stepmania/src/ScreenEnding.cpp @@ -5,7 +5,7 @@ #include "GameSoundManager.h" #include "ThemeManager.h" #include "AnnouncerManager.h" -#include "song.h" +#include "Song.h" #include "ProfileManager.h" #include "Profile.h" #include "ActorUtil.h" diff --git a/stepmania/src/ScreenEvaluation.cpp b/stepmania/src/ScreenEvaluation.cpp index b33903888c..0052670eb6 100644 --- a/stepmania/src/ScreenEvaluation.cpp +++ b/stepmania/src/ScreenEvaluation.cpp @@ -17,7 +17,7 @@ #include "LightsManager.h" #include "ProfileManager.h" #include "Profile.h" -#include "song.h" +#include "Song.h" #include "StatsManager.h" #include "Grade.h" #include "CodeDetector.h" diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index 0621739ed5..0909bc51de 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -57,7 +57,7 @@ #include "ScreenSaveSync.h" #include "AdjustSync.h" #include "SongUtil.h" -#include "song.h" +#include "Song.h" #include "XmlFileUtil.h" #include "WorkoutManager.h" diff --git a/stepmania/src/ScreenGameplayLesson.cpp b/stepmania/src/ScreenGameplayLesson.cpp index 84bbd624e4..a2a66e82a9 100644 --- a/stepmania/src/ScreenGameplayLesson.cpp +++ b/stepmania/src/ScreenGameplayLesson.cpp @@ -4,7 +4,7 @@ #include "GameState.h" #include "GamePreferences.h" #include "StatsManager.h" -#include "song.h" +#include "Song.h" REGISTER_SCREEN_CLASS( ScreenGameplayLesson ); ScreenGameplayLesson::ScreenGameplayLesson() diff --git a/stepmania/src/ScreenGameplayShared.cpp b/stepmania/src/ScreenGameplayShared.cpp index 26419efeb3..a8631b0717 100644 --- a/stepmania/src/ScreenGameplayShared.cpp +++ b/stepmania/src/ScreenGameplayShared.cpp @@ -7,7 +7,7 @@ #include "ActiveAttackList.h" #include "ScoreDisplayNormal.h" #include "ScoreKeeperShared.h" -#include "song.h" +#include "Song.h" REGISTER_SCREEN_CLASS( ScreenGameplayShared ); diff --git a/stepmania/src/ScreenGameplaySyncMachine.h b/stepmania/src/ScreenGameplaySyncMachine.h index 8435857926..3d3d2c7bdf 100644 --- a/stepmania/src/ScreenGameplaySyncMachine.h +++ b/stepmania/src/ScreenGameplaySyncMachine.h @@ -4,7 +4,7 @@ #define ScreenGameplaySyncMachine_H #include "ScreenGameplayNormal.h" -#include "song.h" +#include "Song.h" class ScreenGameplaySyncMachine : public ScreenGameplayNormal { diff --git a/stepmania/src/ScreenHowToPlay.h b/stepmania/src/ScreenHowToPlay.h index 404f3ee9c1..34c18cd6c7 100644 --- a/stepmania/src/ScreenHowToPlay.h +++ b/stepmania/src/ScreenHowToPlay.h @@ -3,7 +3,7 @@ #include "ScreenAttract.h" #include "Player.h" -#include "song.h" +#include "Song.h" class LifeMeterBar; class Model; diff --git a/stepmania/src/ScreenJukebox.cpp b/stepmania/src/ScreenJukebox.cpp index fd5c146ea6..8ecca35f4f 100644 --- a/stepmania/src/ScreenJukebox.cpp +++ b/stepmania/src/ScreenJukebox.cpp @@ -21,7 +21,7 @@ #include "InputEventPlus.h" #include "AdjustSync.h" #include "SongUtil.h" -#include "song.h" +#include "Song.h" #define SHOW_COURSE_MODIFIERS_PROBABILITY THEME->GetMetricF(m_sName,"ShowCourseModifiersProbability") diff --git a/stepmania/src/ScreenNameEntry.cpp b/stepmania/src/ScreenNameEntry.cpp index 3f8292f886..f2dedec270 100644 --- a/stepmania/src/ScreenNameEntry.cpp +++ b/stepmania/src/ScreenNameEntry.cpp @@ -22,7 +22,7 @@ // used in ScreenTestMode section #include "SongManager.h" -#include "song.h" +#include "Song.h" #include "StatsManager.h" diff --git a/stepmania/src/ScreenNameEntryTraditional.cpp b/stepmania/src/ScreenNameEntryTraditional.cpp index f5619c8280..b17d8e4c13 100644 --- a/stepmania/src/ScreenNameEntryTraditional.cpp +++ b/stepmania/src/ScreenNameEntryTraditional.cpp @@ -5,7 +5,7 @@ #include "GameManager.h" #include "StatsManager.h" #include "SongManager.h" -#include "song.h" +#include "Song.h" #include "Style.h" #include "ProfileManager.h" #include "Profile.h" diff --git a/stepmania/src/ScreenNetSelectMusic.cpp b/stepmania/src/ScreenNetSelectMusic.cpp index e6eb7a788e..be0e4ffe7b 100644 --- a/stepmania/src/ScreenNetSelectMusic.cpp +++ b/stepmania/src/ScreenNetSelectMusic.cpp @@ -19,7 +19,7 @@ #include "MusicWheel.h" #include "InputMapper.h" #include "RageLog.h" -#include "song.h" +#include "Song.h" #include "InputEventPlus.h" #include "SongUtil.h" #include "RageInput.h" diff --git a/stepmania/src/ScreenOptionsEditCourse.cpp b/stepmania/src/ScreenOptionsEditCourse.cpp index c912c36e5a..7595a53fea 100644 --- a/stepmania/src/ScreenOptionsEditCourse.cpp +++ b/stepmania/src/ScreenOptionsEditCourse.cpp @@ -6,7 +6,7 @@ #include "SongManager.h" #include "CommonMetrics.h" #include "GameManager.h" -#include "song.h" +#include "Song.h" #include "ScreenMiniMenu.h" #include "ScreenPrompt.h" #include "CourseUtil.h" diff --git a/stepmania/src/ScreenOptionsEditCourseEntry.cpp b/stepmania/src/ScreenOptionsEditCourseEntry.cpp index 440df125ba..590386d490 100644 --- a/stepmania/src/ScreenOptionsEditCourseEntry.cpp +++ b/stepmania/src/ScreenOptionsEditCourseEntry.cpp @@ -6,7 +6,7 @@ #include "SongManager.h" #include "CommonMetrics.h" #include "GameManager.h" -#include "song.h" +#include "Song.h" #include "Steps.h" #include "OptionRowHandler.h" #include "PlayerState.h" diff --git a/stepmania/src/ScreenOptionsEditPlaylist.cpp b/stepmania/src/ScreenOptionsEditPlaylist.cpp index 02e0e38ac7..31f79cabbb 100644 --- a/stepmania/src/ScreenOptionsEditPlaylist.cpp +++ b/stepmania/src/ScreenOptionsEditPlaylist.cpp @@ -5,13 +5,12 @@ #include "SongUtil.h" #include "SongManager.h" #include "OptionRowHandler.h" -#include "song.h" +#include "Song.h" #include "Workout.h" #include "GameState.h" #include "ScreenPrompt.h" #include "LocalizedString.h" #include "WorkoutManager.h" -#include "song.h" static const MenuRowDef g_MenuSong = MenuRowDef( -1, "Song", true, EditMode_Practice, false, true, 0, "Off", "On" ); diff --git a/stepmania/src/ScreenOptionsManageEditSteps.cpp b/stepmania/src/ScreenOptionsManageEditSteps.cpp index cac555f4bf..ee9f2ce5f2 100644 --- a/stepmania/src/ScreenOptionsManageEditSteps.cpp +++ b/stepmania/src/ScreenOptionsManageEditSteps.cpp @@ -14,7 +14,7 @@ #include "LocalizedString.h" #include "OptionRowHandler.h" #include "SongUtil.h" -#include "song.h" +#include "Song.h" #include "ProfileManager.h" #include "Profile.h" #include "SpecialFiles.h" diff --git a/stepmania/src/ScreenOptionsToggleSongs.cpp b/stepmania/src/ScreenOptionsToggleSongs.cpp index 944dd4398e..695f7a2081 100644 --- a/stepmania/src/ScreenOptionsToggleSongs.cpp +++ b/stepmania/src/ScreenOptionsToggleSongs.cpp @@ -3,7 +3,7 @@ #include "OptionRowHandler.h" #include "RageUtil.h" #include "ScreenManager.h" -#include "song.h" +#include "Song.h" #include "SongManager.h" #include "UnlockManager.h" #include "PrefsManager.h" diff --git a/stepmania/src/ScreenOptionsToggleSongs.h b/stepmania/src/ScreenOptionsToggleSongs.h index f7ed08848f..87221c454c 100644 --- a/stepmania/src/ScreenOptionsToggleSongs.h +++ b/stepmania/src/ScreenOptionsToggleSongs.h @@ -2,7 +2,7 @@ #define SCREEN_OPTIONS_TOGGLE_SONGS_H #include "ScreenOptions.h" -#include "song.h" +#include "Song.h" class ScreenOptionsToggleSongs: public ScreenOptions { diff --git a/stepmania/src/ScreenRanking.cpp b/stepmania/src/ScreenRanking.cpp index ea629d57c5..0b3276e280 100644 --- a/stepmania/src/ScreenRanking.cpp +++ b/stepmania/src/ScreenRanking.cpp @@ -6,7 +6,7 @@ #include "GameState.h" #include "GameManager.h" #include "Course.h" -#include "song.h" +#include "Song.h" #include "Steps.h" #include "ActorUtil.h" #include "ProfileManager.h" diff --git a/stepmania/src/ScreenSaveSync.cpp b/stepmania/src/ScreenSaveSync.cpp index b1b1f6a88d..a8929f949b 100644 --- a/stepmania/src/ScreenSaveSync.cpp +++ b/stepmania/src/ScreenSaveSync.cpp @@ -1,7 +1,7 @@ #include "global.h" #include "ScreenSaveSync.h" #include "GameState.h" -#include "song.h" +#include "Song.h" #include "PrefsManager.h" #include "LocalizedString.h" #include "AdjustSync.h" diff --git a/stepmania/src/ScreenSelectGroup.cpp b/stepmania/src/ScreenSelectGroup.cpp index c421061d02..5055c36da6 100644 --- a/stepmania/src/ScreenSelectGroup.cpp +++ b/stepmania/src/ScreenSelectGroup.cpp @@ -17,7 +17,7 @@ #include "MenuTimer.h" #include "SongUtil.h" #include "LocalizedString.h" -#include "song.h" +#include "Song.h" #define BANNER_WIDTH THEME->GetMetricF("ScreenSelectGroup","BannerWidth") #define BANNER_HEIGHT THEME->GetMetricF("ScreenSelectGroup","BannerHeight") diff --git a/stepmania/src/ScreenSelectMusic.cpp b/stepmania/src/ScreenSelectMusic.cpp index 3778fef33b..4ceb0b55d7 100644 --- a/stepmania/src/ScreenSelectMusic.cpp +++ b/stepmania/src/ScreenSelectMusic.cpp @@ -25,7 +25,7 @@ #include "PlayerState.h" #include "CommonMetrics.h" #include "BannerCache.h" -#include "song.h" +#include "Song.h" #include "InputEventPlus.h" #include "OptionsList.h" diff --git a/stepmania/src/ScreenServiceAction.cpp b/stepmania/src/ScreenServiceAction.cpp index c07e9960ac..6853f66fb2 100644 --- a/stepmania/src/ScreenServiceAction.cpp +++ b/stepmania/src/ScreenServiceAction.cpp @@ -9,7 +9,7 @@ #include "RageLog.h" #include "PrefsManager.h" #include "SongManager.h" -#include "song.h" +#include "Song.h" #include "MemoryCardManager.h" #include "GameState.h" #include "PlayerState.h" diff --git a/stepmania/src/ScreenSyncOverlay.cpp b/stepmania/src/ScreenSyncOverlay.cpp index a97aacb09d..af907fb8bb 100644 --- a/stepmania/src/ScreenSyncOverlay.cpp +++ b/stepmania/src/ScreenSyncOverlay.cpp @@ -3,7 +3,7 @@ #include "ScreenDimensions.h" #include "ScreenManager.h" #include "GameState.h" -#include "song.h" +#include "Song.h" #include "PrefsManager.h" #include "GamePreferences.h" #include "InputEventPlus.h" diff --git a/stepmania/src/ScreenUnlockStatus.cpp b/stepmania/src/ScreenUnlockStatus.cpp index c09af41ffb..e06c7dfa95 100644 --- a/stepmania/src/ScreenUnlockStatus.cpp +++ b/stepmania/src/ScreenUnlockStatus.cpp @@ -7,7 +7,7 @@ #include "UnlockManager.h" #include "SongManager.h" #include "ActorUtil.h" -#include "song.h" +#include "Song.h" #include "Course.h" #define UNLOCK_TEXT_SCROLL_X THEME->GetMetricF("ScreenUnlockStatus","UnlockTextScrollX"); diff --git a/stepmania/src/Song.cpp b/stepmania/src/Song.cpp index cb2af77ddd..f2fcdafdf3 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -1,5 +1,5 @@ #include "global.h" -#include "song.h" +#include "Song.h" #include "Steps.h" #include "RageUtil.h" #include "RageLog.h" diff --git a/stepmania/src/song.h b/stepmania/src/Song.h similarity index 100% rename from stepmania/src/song.h rename to stepmania/src/Song.h diff --git a/stepmania/src/SongCacheIndex.cpp b/stepmania/src/SongCacheIndex.cpp index 4120b57fc0..3ff597c402 100644 --- a/stepmania/src/SongCacheIndex.cpp +++ b/stepmania/src/SongCacheIndex.cpp @@ -4,7 +4,7 @@ #include "RageLog.h" #include "RageUtil.h" #include "RageFileManager.h" -#include "song.h" +#include "Song.h" #include "SpecialFiles.h" /* diff --git a/stepmania/src/SongManager.cpp b/stepmania/src/SongManager.cpp index 5c54d10f47..ffacbccf2c 100644 --- a/stepmania/src/SongManager.cpp +++ b/stepmania/src/SongManager.cpp @@ -23,7 +23,7 @@ #include "RageFile.h" #include "RageFileManager.h" #include "RageLog.h" -#include "song.h" +#include "Song.h" #include "SongUtil.h" #include "Sprite.h" #include "StatsManager.h" diff --git a/stepmania/src/SongUtil.cpp b/stepmania/src/SongUtil.cpp index 8cf91f58ca..047b2a2d8e 100644 --- a/stepmania/src/SongUtil.cpp +++ b/stepmania/src/SongUtil.cpp @@ -1,6 +1,6 @@ #include "global.h" #include "SongUtil.h" -#include "song.h" +#include "Song.h" #include "Steps.h" #include "GameState.h" #include "Style.h" diff --git a/stepmania/src/StageStats.cpp b/stepmania/src/StageStats.cpp index 2f42513fa8..33894e4fa0 100644 --- a/stepmania/src/StageStats.cpp +++ b/stepmania/src/StageStats.cpp @@ -3,7 +3,7 @@ #include "GameState.h" #include "Foreach.h" #include "Steps.h" -#include "song.h" +#include "Song.h" #include "RageLog.h" #include "PrefsManager.h" #include "PlayerState.h" diff --git a/stepmania/src/Steps.cpp b/stepmania/src/Steps.cpp index e44e5c37e2..59466c096b 100644 --- a/stepmania/src/Steps.cpp +++ b/stepmania/src/Steps.cpp @@ -16,7 +16,7 @@ #include "global.h" #include "Steps.h" #include "StepsUtil.h" -#include "song.h" +#include "Song.h" #include "RageUtil.h" #include "RageLog.h" #include "NoteData.h" diff --git a/stepmania/src/StepsUtil.cpp b/stepmania/src/StepsUtil.cpp index d5bfa3a630..ad5bc0886f 100644 --- a/stepmania/src/StepsUtil.cpp +++ b/stepmania/src/StepsUtil.cpp @@ -3,7 +3,7 @@ #include "Steps.h" #include "ProfileManager.h" #include "Profile.h" -#include "song.h" +#include "Song.h" #include "SongManager.h" #include "GameManager.h" #include "XmlFile.h" diff --git a/stepmania/src/TextBanner.cpp b/stepmania/src/TextBanner.cpp index ffdc31f340..6eeb468a9c 100644 --- a/stepmania/src/TextBanner.cpp +++ b/stepmania/src/TextBanner.cpp @@ -1,6 +1,6 @@ #include "global.h" #include "TextBanner.h" -#include "song.h" +#include "Song.h" #include "ActorUtil.h" #include "ThemeManager.h" #include "XmlFile.h" diff --git a/stepmania/src/Trail.cpp b/stepmania/src/Trail.cpp index c9df205e6b..0b454e9229 100644 --- a/stepmania/src/Trail.cpp +++ b/stepmania/src/Trail.cpp @@ -2,7 +2,7 @@ #include "Trail.h" #include "Foreach.h" #include "Steps.h" -#include "song.h" +#include "Song.h" #include "PlayerOptions.h" #include "NoteData.h" #include "NoteDataUtil.h" diff --git a/stepmania/src/UnlockManager.cpp b/stepmania/src/UnlockManager.cpp index 43a9290c14..7865d0a8de 100644 --- a/stepmania/src/UnlockManager.cpp +++ b/stepmania/src/UnlockManager.cpp @@ -2,7 +2,7 @@ #include "UnlockManager.h" #include "PrefsManager.h" #include "RageLog.h" -#include "song.h" +#include "Song.h" #include "Course.h" #include "RageUtil.h" #include "SongManager.h" diff --git a/stepmania/src/WorkoutManager.cpp b/stepmania/src/WorkoutManager.cpp index 464bc03071..969068b9ea 100644 --- a/stepmania/src/WorkoutManager.cpp +++ b/stepmania/src/WorkoutManager.cpp @@ -4,7 +4,7 @@ #include "SongManager.h" #include "RageFileManager.h" #include "Workout.h" -#include "song.h" +#include "Song.h" #include "FontCharAliases.h" #include "ProfileManager.h" #include "LocalizedString.h"