diff --git a/stepmania/src/arch/Sound/RageSoundDriver_DSound.cpp b/stepmania/src/arch/Sound/RageSoundDriver_DSound.cpp index 35e4670a9c..20adf0583c 100644 --- a/stepmania/src/arch/Sound/RageSoundDriver_DSound.cpp +++ b/stepmania/src/arch/Sound/RageSoundDriver_DSound.cpp @@ -13,8 +13,6 @@ #include "RageSound.h" #include "RageLog.h" -#include "SDL.h" - const int channels = 2; const int bytes_per_frame = 2 * channels; /* 16-bit */ const int samplerate = 44100;