This commit is contained in:
Glenn Maynard
2004-06-16 21:14:56 +00:00
parent 8b5099690d
commit 9130137f91
6 changed files with 2 additions and 5 deletions
-1
View File
@@ -1,5 +1,4 @@
#include "global.h" #include "global.h"
#include "SDL_utils.h"
#include "RageFile.h" #include "RageFile.h"
#include "RageDisplay.h" #include "RageDisplay.h"
-1
View File
@@ -2,7 +2,6 @@
#include "RageSurface_Load_JPEG.h" #include "RageSurface_Load_JPEG.h"
#include "RageUtil.h" #include "RageUtil.h"
#include "RageLog.h" #include "RageLog.h"
#include "SDL_utils.h"
#include "RageFile.h" #include "RageFile.h"
#include "RageSurface.h" #include "RageSurface.h"
-1
View File
@@ -5,7 +5,6 @@
#include "RageFile.h" #include "RageFile.h"
#include "RageUtil.h" #include "RageUtil.h"
#include "RageLog.h" #include "RageLog.h"
#include "SDL_utils.h"
#include "RageSurface.h" #include "RageSurface.h"
#define CheckLine() \ #define CheckLine() \
-1
View File
@@ -8,7 +8,6 @@
#include "BitmapText.h" #include "BitmapText.h"
#include "PrefsManager.h" #include "PrefsManager.h"
#include "InputMapper.h" #include "InputMapper.h"
#include "RageInputDevice.h"
const int NUM_BOOKKEEPING_COLS = 4; const int NUM_BOOKKEEPING_COLS = 4;
-1
View File
@@ -23,7 +23,6 @@
#include "RageFileManager.h" #include "RageFileManager.h"
#include "RageSurface.h" #include "RageSurface.h"
#include "NoteDataUtil.h" #include "NoteDataUtil.h"
#include "SDL_utils.h"
#include "ProfileManager.h" #include "ProfileManager.h"
#include "StageStats.h" #include "StageStats.h"
#include "StepsUtil.h" #include "StepsUtil.h"
+2
View File
@@ -22,7 +22,9 @@
#include "ProductInfo.h" #include "ProductInfo.h"
#if defined(HAVE_SDL)
#include "SDL_utils.h" #include "SDL_utils.h"
#endif
#include "Screen.h" #include "Screen.h"
#include "CodeDetector.h" #include "CodeDetector.h"