From 110152ddcf0ba53528b7f8eaa0a96f2e8349841c Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 10 Sep 2003 12:15:51 +0000 Subject: moved declaration of error/warning/debug from engine.h to util.h svn-id: r10149 --- backends/sdl/sdl-common.cpp | 1 - backends/sdl/sdl.cpp | 1 - backends/sdl/sdl_gl.cpp | 1 - 3 files changed, 3 deletions(-) (limited to 'backends/sdl') 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; } -- cgit v1.2.3