From 416e15e256c1380f12ee840ee22f317b3682d5ce Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 16 Jun 2004 21:06:59 +0000 Subject: [PATCH] don't need SDL for hats --- stepmania/src/arch/Sound/RageSoundDriver_DSound.cpp | 2 -- 1 file changed, 2 deletions(-) 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;