diff --git a/stepmania/src/Song.cpp b/stepmania/src/Song.cpp index d88f9ddcde..a26ba76b8c 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -46,13 +46,11 @@ #include "LyricsLoader.h" -#include "SDL.h" - #include #define CACHE_DIR "Cache/" -const int FILE_CACHE_VERSION = 135; // increment this when Song or Steps changes to invalidate cache +const int FILE_CACHE_VERSION = 136; // increment this when Song or Steps changes to invalidate cache // also increment it on the rare occasion where we split modes const float DEFAULT_MUSIC_SAMPLE_LENGTH = 12.f;