From 6f00a9532d858895c8ffca421a672285d0198b81 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 16 Jul 2002 17:41:12 +0000 Subject: we should get rid of scumm.h in sdl.cpp; e.g. by moving error() and warning() into util.h svn-id: r4574 --- sdl.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sdl.cpp b/sdl.cpp index 17ea4ee1e1..b9291d4e35 100644 --- a/sdl.cpp +++ b/sdl.cpp @@ -21,7 +21,9 @@ */ #include "stdafx.h" -#include "scumm.h" +#include "scummsys.h" +#include "system.h" +#include "scumm.h" // FIXME: remove this! Only needed for SAMPLES_PER_SEC, error() and warning() #include "mididrv.h" #include "SDL_thread.h" #include "gameDetector.h" -- cgit v1.2.3