remove unneccessary includes
This commit is contained in:
@@ -9,14 +9,7 @@
|
||||
-----------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#include "Screen.h"
|
||||
#include "ScreenOptions.h"
|
||||
#include "Sprite.h"
|
||||
#include "BitmapText.h"
|
||||
#include "RandomSample.h"
|
||||
#include "TransitionFade.h"
|
||||
#include "Quad.h"
|
||||
|
||||
|
||||
class ScreenInputOptions : public ScreenOptions
|
||||
{
|
||||
|
||||
@@ -8,15 +8,10 @@
|
||||
Chris Danford
|
||||
-----------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef SCREEN_MACHINE_OPTIONS_H
|
||||
#define SCREEN_MACHINE_OPTIONS_H
|
||||
|
||||
#include "Screen.h"
|
||||
#include "ScreenOptions.h"
|
||||
#include "Sprite.h"
|
||||
#include "BitmapText.h"
|
||||
#include "RandomSample.h"
|
||||
#include "TransitionFade.h"
|
||||
#include "Quad.h"
|
||||
|
||||
|
||||
class ScreenMachineOptions : public ScreenOptions
|
||||
{
|
||||
@@ -30,3 +25,5 @@ private:
|
||||
void GoToNextState();
|
||||
void GoToPrevState();
|
||||
};
|
||||
|
||||
#endif
|
||||
@@ -29,4 +29,4 @@ private:
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
@@ -9,13 +9,13 @@
|
||||
-----------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#ifndef SCREEN_SELECT_STYLE_H
|
||||
#define SCREEN_SELECT_STYLE_H
|
||||
|
||||
#include "Screen.h"
|
||||
#include "Sprite.h"
|
||||
#include "BitmapText.h"
|
||||
#include "TransitionFade.h"
|
||||
#include "Quad.h"
|
||||
#include "RandomSample.h"
|
||||
#include "Quad.h"
|
||||
#include "MenuElements.h"
|
||||
|
||||
|
||||
@@ -63,4 +63,4 @@ private:
|
||||
Style GetSelectedStyle() { return m_aPossibleStyles[m_iSelection]; };
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user