aboutsummaryrefslogtreecommitdiff
path: root/backends/sdl/sdl.cpp
diff options
context:
space:
mode:
authorMax Horn2003-09-10 12:15:51 +0000
committerMax Horn2003-09-10 12:15:51 +0000
commit110152ddcf0ba53528b7f8eaa0a96f2e8349841c (patch)
tree22a51f27c9f433bed4e8c2aa475212caf99c69ba /backends/sdl/sdl.cpp
parent77ae18255bb5ac555087ee3314e8ea9c02a6c436 (diff)
downloadscummvm-rg350-110152ddcf0ba53528b7f8eaa0a96f2e8349841c.tar.gz
scummvm-rg350-110152ddcf0ba53528b7f8eaa0a96f2e8349841c.tar.bz2
scummvm-rg350-110152ddcf0ba53528b7f8eaa0a96f2e8349841c.zip
moved declaration of error/warning/debug from engine.h to util.h
svn-id: r10149
Diffstat (limited to 'backends/sdl/sdl.cpp')
-rw-r--r--backends/sdl/sdl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/sdl/sdl.cpp b/backends/sdl/sdl.cpp
index b888bcf253..daf4a58b0d 100644
--- a/backends/sdl/sdl.cpp
+++ b/backends/sdl/sdl.cpp
@@ -23,7 +23,6 @@
#include "sdl-common.h"
#include "common/scaler.h"
#include "common/util.h"
-#include "common/engine.h" // Only #included for error() and warning()
class OSystem_SDL : public OSystem_SDL_Common {
public: