From beab4eb58b667a5883166bd1dd7bc33369a005c7 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 17 Jun 2007 18:40:02 +0000 Subject: Split i_sound.c into i_sdlsound.c, i_sdlmusic.c, with generic "sound driver" modules, one for PC speaker and one for digital output. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 913 --- src/d_main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/d_main.c') diff --git a/src/d_main.c b/src/d_main.c index 65cb6bb9..6981b884 100644 --- a/src/d_main.c +++ b/src/d_main.c @@ -59,7 +59,6 @@ #include "p_saveg.h" #include "i_system.h" -#include "i_sound.h" #include "i_timer.h" #include "i_video.h" -- cgit v1.2.3