diff options
author | Max Horn | 2003-09-10 12:15:51 +0000 |
---|---|---|
committer | Max Horn | 2003-09-10 12:15:51 +0000 |
commit | 110152ddcf0ba53528b7f8eaa0a96f2e8349841c (patch) | |
tree | 22a51f27c9f433bed4e8c2aa475212caf99c69ba /backends/sdl | |
parent | 77ae18255bb5ac555087ee3314e8ea9c02a6c436 (diff) | |
download | scummvm-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')
-rw-r--r-- | backends/sdl/sdl-common.cpp | 1 | ||||
-rw-r--r-- | backends/sdl/sdl.cpp | 1 | ||||
-rw-r--r-- | backends/sdl/sdl_gl.cpp | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/backends/sdl/sdl-common.cpp b/backends/sdl/sdl-common.cpp index 818861a25d..90f1cfe45a 100644 --- a/backends/sdl/sdl-common.cpp +++ b/backends/sdl/sdl-common.cpp @@ -22,7 +22,6 @@ #include "sdl-common.h" #include "sound/mididrv.h" #include "common/scaler.h" -#include "common/engine.h" // Only #included for error() and warning() #include "common/util.h" #include "scummvm.xpm" 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: diff --git a/backends/sdl/sdl_gl.cpp b/backends/sdl/sdl_gl.cpp index 5df8440713..35c398ead5 100644 --- a/backends/sdl/sdl_gl.cpp +++ b/backends/sdl/sdl_gl.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() #ifdef WIN32 int glColorTable(int, int, int, int, int, void *) { return 0; } |