diff --git a/stepmania/src/RageSoundManager.h b/stepmania/src/RageSoundManager.h index 04a919f5d2..791ef150cc 100644 --- a/stepmania/src/RageSoundManager.h +++ b/stepmania/src/RageSoundManager.h @@ -4,11 +4,10 @@ #include #include #include "SDL_utils.h" -#include "arch/Sound/RageSoundDriver.h" - #include "RageThreads.h" class RageSound; +class RageSoundDriver; class RageSoundManager {