Header cleanup.

This commit is contained in:
Steve Checkoway
2006-08-17 18:27:00 +00:00
parent ffed4036c9
commit b18a740914
+1 -3
View File
@@ -4,20 +4,18 @@
#define SCREEN_EDIT_H #define SCREEN_EDIT_H
#include "ScreenWithMenuElements.h" #include "ScreenWithMenuElements.h"
#include "Sprite.h"
#include "BitmapText.h" #include "BitmapText.h"
#include "Player.h" #include "Player.h"
#include "RageSound.h" #include "RageSound.h"
#include "SnapDisplay.h" #include "SnapDisplay.h"
#include "Background.h" #include "Background.h"
#include "Foreground.h" #include "Foreground.h"
#include "Course.h"
#include "NoteField.h" #include "NoteField.h"
#include "song.h" #include "song.h"
#include "Steps.h" #include "Steps.h"
#include "ThemeMetric.h" #include "ThemeMetric.h"
#include "PlayerState.h" #include "PlayerState.h"
#include "ScreenMiniMenu.h" #include "MenuInput.h"
const int NUM_EDIT_BUTTON_COLUMNS = 10; const int NUM_EDIT_BUTTON_COLUMNS = 10;
struct MenuDef; struct MenuDef;