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
+2 -9
View File
@@ -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