From 9bed99724fb31d4a5acefc7ba0f66cb8e6c98697 Mon Sep 17 00:00:00 2001 From: Ryan Dortmans Date: Tue, 31 Aug 2004 08:18:54 +0000 Subject: [PATCH] Removed XboxCompliance/stdafx.h include --- stepmania/src/StepMania.h | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/StepMania.h b/stepmania/src/StepMania.h index 49a2435772..394fcf606d 100644 --- a/stepmania/src/StepMania.h +++ b/stepmania/src/StepMania.h @@ -4,7 +4,6 @@ class Game; #ifdef _XBOX -#include "Xbox Compilance\stdafx.h" void __cdecl main(char* argv[]); #else int SMmain(int argc, char* argv[]);