From 1f4c82c79b936973bb831d49021d3b53963be92e Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 13 Sep 2003 04:45:30 +0000 Subject: [PATCH] cleanup --- stepmania/src/RageSoundReader_Vorbisfile.cpp | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/stepmania/src/RageSoundReader_Vorbisfile.cpp b/stepmania/src/RageSoundReader_Vorbisfile.cpp index 18852febd7..acc8bb3d92 100644 --- a/stepmania/src/RageSoundReader_Vorbisfile.cpp +++ b/stepmania/src/RageSoundReader_Vorbisfile.cpp @@ -5,9 +5,7 @@ #include "RageUtil.h" #include "SDL_utils.h" #include "RageSoundReader_Vorbisfile.h" - -#if defined(INTEGER_OGG) -#endif +#include "RageLog.h" #if defined(_XBOX) || defined(_WINDOWS) #include "vorbis/vorbisfile.h" @@ -24,12 +22,6 @@ #endif #include -#include "RageFile.h" -#include "RageLog.h" - -/* What is this file, and why is it needed? Seems to compile on - * Win32 w/o it. -Chris */ -/* Standard header to get access to "errno", or we won't compile on modern compilers. */ #include