diff --git a/stepmania/src/RageSoundReader_Vorbisfile.cpp b/stepmania/src/RageSoundReader_Vorbisfile.cpp index a3b6361250..9265194ba2 100644 --- a/stepmania/src/RageSoundReader_Vorbisfile.cpp +++ b/stepmania/src/RageSoundReader_Vorbisfile.cpp @@ -9,9 +9,9 @@ #include "RageLog.h" #if defined(INTEGER_OGG) -#include "tremor/ivorbisfile.h" +#include #else -#include "vorbis/vorbis/vorbisfile.h" +#include #endif #if defined(_XBOX)