From 523d8e64c0bc66b75cdd7f12fc9d9d87b28a8c36 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 8 Sep 2002 01:08:12 +0000 Subject: rewrote config class; cleanup; code restructuring svn-id: r4903 --- backends/sdl/sdl-common.cpp | 6 +++--- backends/sdl/sdl.cpp | 4 ++-- backends/sdl/sdl_gl.cpp | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'backends') diff --git a/backends/sdl/sdl-common.cpp b/backends/sdl/sdl-common.cpp index f2a88e06a5..422ce8b353 100644 --- a/backends/sdl/sdl-common.cpp +++ b/backends/sdl/sdl-common.cpp @@ -21,9 +21,9 @@ #include "sdl-common.h" #include "sound/mididrv.h" -#include "gameDetector.h" -#include "scaler.h" -#include "scumm.h" // Only #included for error() and warning() +#include "common/gameDetector.h" +#include "common/scaler.h" +#include "common/engine.h" // Only #included for error() and warning() #include "scummvm.xpm" diff --git a/backends/sdl/sdl.cpp b/backends/sdl/sdl.cpp index 37afc12c48..eeea78fbee 100644 --- a/backends/sdl/sdl.cpp +++ b/backends/sdl/sdl.cpp @@ -21,8 +21,8 @@ */ #include "sdl-common.h" -#include "scaler.h" -#include "scumm.h" // Only #included for error() and warning() +#include "common/scaler.h" +#include "common/engine.h" // Only #included for error() and warning() class OSystem_SDL_Normal : public OSystem_SDL_Common { diff --git a/backends/sdl/sdl_gl.cpp b/backends/sdl/sdl_gl.cpp index 2fa1c5cb69..b62a757d84 100644 --- a/backends/sdl/sdl_gl.cpp +++ b/backends/sdl/sdl_gl.cpp @@ -21,8 +21,8 @@ */ #include "sdl-common.h" -#include "scaler.h" -#include "scumm.h" // Only #included for error() and warning() +#include "common/scaler.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