remove unneccessary includes
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user