aboutsummaryrefslogtreecommitdiff
path: root/sdl.cpp
diff options
context:
space:
mode:
authorMax Horn2002-07-16 17:41:12 +0000
committerMax Horn2002-07-16 17:41:12 +0000
commit6f00a9532d858895c8ffca421a672285d0198b81 (patch)
treed1be60297c482e8bbb924302abf09460fff783de /sdl.cpp
parent00dd6bad3f132a488efd22bea159e3025c11792c (diff)
downloadscummvm-rg350-6f00a9532d858895c8ffca421a672285d0198b81.tar.gz
scummvm-rg350-6f00a9532d858895c8ffca421a672285d0198b81.tar.bz2
scummvm-rg350-6f00a9532d858895c8ffca421a672285d0198b81.zip
we should get rid of scumm.h in sdl.cpp; e.g. by moving error() and warning() into util.h
svn-id: r4574
Diffstat (limited to 'sdl.cpp')
-rw-r--r--sdl.cpp4
1 files changed, 3 insertions, 1 deletions
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"