From cea50ab97c41e7c381a27a1dbc36fb1fe3c00fdc Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 29 Dec 2005 18:33:57 +0000 Subject: [PATCH] header cleanup --- stepmania/src/RageDisplay_D3D.cpp | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/stepmania/src/RageDisplay_D3D.cpp b/stepmania/src/RageDisplay_D3D.cpp index d6adc0f55d..c5fdba99a4 100644 --- a/stepmania/src/RageDisplay_D3D.cpp +++ b/stepmania/src/RageDisplay_D3D.cpp @@ -1,7 +1,6 @@ #include "global.h" #include "RageDisplay.h" #include "RageDisplay_D3D.h" -#include "D3D8.h" #include "RageUtil.h" #include "RageLog.h" #include "RageTimer.h" @@ -10,17 +9,16 @@ #include "RageTextureManager.h" #include "RageMath.h" #include "RageTypes.h" -#include "GameConstantsAndTypes.h" #include "StepMania.h" -#include "RageUtil.h" -#include "D3dx8math.h" -#include "D3DX8Core.h" -#include "PrefsManager.h" #include "RageSurface.h" #include "RageSurfaceUtils.h" #include "EnumHelper.h" #include "DisplayResolutions.h" +#include +#include +#include + #if !defined(XBOX) #include "archutils/Win32/GraphicsWindow.h" #else