Reorder some more includes.

This commit is contained in:
John Bauer
2006-11-29 22:04:29 +00:00
parent 8542b7d190
commit ed7394d72e
3 changed files with 15 additions and 16 deletions
+4 -4
View File
@@ -1,14 +1,14 @@
#include "global.h" #include "global.h"
#include "NotesLoaderSM.h" #include "NotesLoaderSM.h"
#include "BackgroundUtil.h"
#include "GameManager.h" #include "GameManager.h"
#include "MsdFile.h" #include "MsdFile.h"
#include "NoteTypes.h"
#include "RageFileManager.h"
#include "RageLog.h" #include "RageLog.h"
#include "RageUtil.h" #include "RageUtil.h"
#include "SongManager.h"
#include "RageFileManager.h"
#include "NoteTypes.h"
#include "BackgroundUtil.h"
#include "song.h" #include "song.h"
#include "SongManager.h"
#include "Steps.h" #include "Steps.h"
const int MAX_EDIT_STEPS_SIZE_BYTES = 30*1024; // 30KB const int MAX_EDIT_STEPS_SIZE_BYTES = 30*1024; // 30KB
+11 -11
View File
@@ -1,20 +1,20 @@
#include <cerrno>
#include <cstring>
#include "global.h" #include "global.h"
#include "NotesWriterSM.h" #include "NotesWriterSM.h"
#include "Steps.h" #include "BackgroundUtil.h"
#include "RageUtil.h" #include "Foreach.h"
#include "GameManager.h" #include "GameManager.h"
#include "RageLog.h" #include "LocalizedString.h"
#include "NoteTypes.h"
#include "Profile.h"
#include "ProfileManager.h"
#include "RageFile.h" #include "RageFile.h"
#include "RageFileManager.h" #include "RageFileManager.h"
#include "RageLog.h"
#include "RageUtil.h"
#include "song.h" #include "song.h"
#include "NoteTypes.h" #include "Steps.h"
#include <cstring>
#include <cerrno>
#include "Foreach.h"
#include "BackgroundUtil.h"
#include "ProfileManager.h"
#include "Profile.h"
#include "LocalizedString.h"
static RString BackgroundChangeToString( const BackgroundChange &bgc ) static RString BackgroundChangeToString( const BackgroundChange &bgc )
{ {
-1
View File
@@ -5,7 +5,6 @@
class Song; class Song;
class Steps; class Steps;
class RageFile;
namespace NotesWriterSM namespace NotesWriterSM
{ {
bool Write( RString sPath, const Song &out, bool bSavingCache ); bool Write( RString sPath, const Song &out, bool bSavingCache );