remove unneccessary includes
This commit is contained in:
@@ -11,16 +11,10 @@
|
||||
*/
|
||||
|
||||
#include "ScreenPlayerOptions.h"
|
||||
#include "RageTextureManager.h"
|
||||
#include "RageUtil.h"
|
||||
#include "RageMusic.h"
|
||||
#include "ScreenManager.h"
|
||||
#include "GameConstantsAndTypes.h"
|
||||
#include "PrefsManager.h"
|
||||
#include "RageLog.h"
|
||||
#include "GameManager.h"
|
||||
#include "GameState.h"
|
||||
#include "RageSound.h"
|
||||
|
||||
|
||||
enum {
|
||||
|
||||
@@ -7,18 +7,11 @@
|
||||
Copyright (c) 2001-2002 by the person(s) listed below. All rights reserved.
|
||||
-----------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef _WINDOWPLAYEROPTIONS_H_
|
||||
#define _WINDOWPLAYEROPTIONS_H_
|
||||
#ifndef SCREEN_PLAYER_OPTIONS_H
|
||||
#define SCREEN_PLAYER_OPTIONS_H
|
||||
|
||||
|
||||
#include "Screen.h"
|
||||
#include "ScreenOptions.h"
|
||||
#include "Sprite.h"
|
||||
#include "BitmapText.h"
|
||||
#include "RandomSample.h"
|
||||
#include "TransitionFade.h"
|
||||
#include "Quad.h"
|
||||
|
||||
|
||||
|
||||
class ScreenPlayerOptions : public ScreenOptions
|
||||
|
||||
@@ -7,20 +7,10 @@
|
||||
Copyright (c) 2001-2002 by the person(s) listed below. All rights reserved.
|
||||
-----------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef _ScreenSongOptions_H_
|
||||
#define _ScreenSongOptions_H_
|
||||
#ifndef SCREEN_SONG_OPTIONS_H
|
||||
#define SCREEN_SONG_OPTIONS_H
|
||||
|
||||
|
||||
|
||||
#include "Screen.h"
|
||||
#include "ScreenOptions.h"
|
||||
#include "Sprite.h"
|
||||
#include "BitmapText.h"
|
||||
#include "RandomSample.h"
|
||||
#include "TransitionFade.h"
|
||||
#include "Quad.h"
|
||||
|
||||
|
||||
|
||||
class ScreenSongOptions : public ScreenOptions
|
||||
{
|
||||
@@ -35,8 +25,4 @@ private:
|
||||
void GoToPrevState();
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user