From bb06400d007d0056434fe4a0076e8dacfcd26aec Mon Sep 17 00:00:00 2001 From: Nicolas Bacca Date: Wed, 17 Apr 2002 20:23:45 +0000 Subject: Return of the MP3 CD patch ... use CBR 22 kHz svn-id: r3981 --- sdl.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'sdl.cpp') diff --git a/sdl.cpp b/sdl.cpp index e221bb74b2..31f6dac78b 100644 --- a/sdl.cpp +++ b/sdl.cpp @@ -4,7 +4,6 @@ #include "SDL_thread.h" #include "gameDetector.h" -#include "mp3_cd.h" #include #define MAX(a,b) (((a)<(b)) ? (b) : (a)) -- cgit v1.2.3