From c4cbd08c05aa41583ddb13a1017188edb972a1b2 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 23 Aug 2002 01:04:44 +0000 Subject: [PATCH] Remove unused afxcmn.h (we don't use MFC controls). --- stepmania/src/StdAfx.h | 29 +++++------------------------ 1 file changed, 5 insertions(+), 24 deletions(-) diff --git a/stepmania/src/StdAfx.h b/stepmania/src/StdAfx.h index 5332c9f2d2..92894af334 100644 --- a/stepmania/src/StdAfx.h +++ b/stepmania/src/StdAfx.h @@ -9,8 +9,8 @@ ----------------------------------------------------------------------------- */ -#if !defined(AFX_STDAFX_H__9FF379EB_FAE2_11D1_BFC5_D41F722B624A__INCLUDED_) -#define AFX_STDAFX_H__9FF379EB_FAE2_11D1_BFC5_D41F722B624A__INCLUDED_ +#ifndef STDAFX_H +#define STDAFX_H #if _MSC_VER >= 1000 #pragma once @@ -21,27 +21,8 @@ #include // MFC core and standard components #include // MFC extensions #include // MFC templated collections -#ifndef _AFX_NO_AFXCMN_SUPPORT -#include // MFC support for Common Controls -#endif // _AFX_NO_AFXCMN_SUPPORT +/* Don't include our own headers here, since they tend to change + * often. */ -// -// Rage global classes -// -/* -#include "RageLog.h" -#include "RageDisplay.h" -#include "RageTextureManager.h" -#include "RageSound.h" -#include "RageMusic.h" -#include "RageInput.h" -#include "RageTimer.h" -#include "RageException.h" -*/ - - -//{{AFX_INSERT_LOCATION}} -// Microsoft Developer Studio will insert additional declarations immediately before the previous line. - -#endif // !defined(AFX_STDAFX_H__9FF379EB_FAE2_11D1_BFC5_D41F722B624A__INCLUDED_) +#endif