From 9aa60bc5f928024377aecdd1dd1453d715d3b43f Mon Sep 17 00:00:00 2001 From: Jeff Teunissen Date: Fri, 8 Dec 2000 04:48:47 +0000 Subject: [PATCH] Nuke SDL/SDL.h include, replace with SDL.h --- source/cd_sdl.c | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/source/cd_sdl.c b/source/cd_sdl.c index 9f64eaa..236cfc0 100644 --- a/source/cd_sdl.c +++ b/source/cd_sdl.c @@ -25,17 +25,12 @@ $Id$ */ - - -// Some of this may not work. I'm not overly familiar with SDL, I just sort -// of podged this together from the SDL headers, and the other cd-rom code. -// -- Mark Baker - -#include - #ifdef HAVE_CONFIG_H -# include +# include "config.h" #endif + +#include + #include #include "qargs.h" #include "console.h"