From 0d294b27b2c2bf55f58e41bb57dcdf21387b7679 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 16 Feb 2003 02:38:20 +0000 Subject: [PATCH] no need to include stdafx.h in headers --- stepmania/src/SongCacheIndex.h | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/SongCacheIndex.h b/stepmania/src/SongCacheIndex.h index 2f09d1f78f..445765ab8c 100644 --- a/stepmania/src/SongCacheIndex.h +++ b/stepmania/src/SongCacheIndex.h @@ -1,7 +1,6 @@ #ifndef SONG_CACHE_INDEX_H #define SONG_CACHE_INDEX_H -#include "stdafx.h" #include "IniFile.h" class SongCacheIndex {