From 9681c7fb3fc0ee29194177b2b5720189ccb25d97 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Mon, 23 Apr 2007 02:54:42 +0000 Subject: [PATCH] Then stick it some place it only gets included for the Windows build. --- stepmania/src/StepMania.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index 8d44ea38f5..e9abbff2d1 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -358,6 +358,7 @@ static void CheckSettings() #if defined(WIN32) #include "RageDisplay_D3D.h" +#include "archutils/Win32/VideoDriverInfo.h" #endif #if defined(SUPPORT_OPENGL) @@ -366,7 +367,6 @@ static void CheckSettings() #include "RageDisplay_Null.h" -#include "archutils/Win32/VideoDriverInfo.h" struct VideoCardDefaults {