From 439a4b158b47c635100b0006470a7ed1e44e29f3 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 6 Sep 2008 20:06:14 +0000 Subject: Remove includes of doomdef.h where possible, move generic parts into top level. Subversion-branch: /branches/raven-branch Subversion-revision: 1204 --- src/i_sdlsound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/i_sdlsound.c') diff --git a/src/i_sdlsound.c b/src/i_sdlsound.c index b6fc9787..6f765be4 100644 --- a/src/i_sdlsound.c +++ b/src/i_sdlsound.c @@ -45,7 +45,7 @@ #include "w_wad.h" #include "z_zone.h" -#include "doomdef.h" +#include "doomtype.h" #define LOW_PASS_FILTER #define NUM_CHANNELS 16 -- cgit v1.2.3