remove unneccessary includes

This commit is contained in:
Glenn Maynard
2002-09-11 05:45:49 +00:00
parent dd5789c613
commit b87c4023a8
3 changed files with 4 additions and 31 deletions
-6
View File
@@ -11,16 +11,10 @@
*/ */
#include "ScreenPlayerOptions.h" #include "ScreenPlayerOptions.h"
#include "RageTextureManager.h"
#include "RageUtil.h" #include "RageUtil.h"
#include "RageMusic.h"
#include "ScreenManager.h" #include "ScreenManager.h"
#include "GameConstantsAndTypes.h"
#include "PrefsManager.h"
#include "RageLog.h" #include "RageLog.h"
#include "GameManager.h"
#include "GameState.h" #include "GameState.h"
#include "RageSound.h"
enum { enum {
+2 -9
View File
@@ -7,18 +7,11 @@
Copyright (c) 2001-2002 by the person(s) listed below. All rights reserved. Copyright (c) 2001-2002 by the person(s) listed below. All rights reserved.
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
*/ */
#ifndef _WINDOWPLAYEROPTIONS_H_ #ifndef SCREEN_PLAYER_OPTIONS_H
#define _WINDOWPLAYEROPTIONS_H_ #define SCREEN_PLAYER_OPTIONS_H
#include "Screen.h"
#include "ScreenOptions.h" #include "ScreenOptions.h"
#include "Sprite.h"
#include "BitmapText.h"
#include "RandomSample.h"
#include "TransitionFade.h"
#include "Quad.h"
class ScreenPlayerOptions : public ScreenOptions class ScreenPlayerOptions : public ScreenOptions
+2 -16
View File
@@ -7,20 +7,10 @@
Copyright (c) 2001-2002 by the person(s) listed below. All rights reserved. Copyright (c) 2001-2002 by the person(s) listed below. All rights reserved.
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
*/ */
#ifndef _ScreenSongOptions_H_ #ifndef SCREEN_SONG_OPTIONS_H
#define _ScreenSongOptions_H_ #define SCREEN_SONG_OPTIONS_H
#include "Screen.h"
#include "ScreenOptions.h" #include "ScreenOptions.h"
#include "Sprite.h"
#include "BitmapText.h"
#include "RandomSample.h"
#include "TransitionFade.h"
#include "Quad.h"
class ScreenSongOptions : public ScreenOptions class ScreenSongOptions : public ScreenOptions
{ {
@@ -35,8 +25,4 @@ private:
void GoToPrevState(); void GoToPrevState();
}; };
#endif #endif