From 7335d348ba43c1deaf5e97f222959de3d3e30cbc Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 20 Feb 2006 20:29:02 +0000 Subject: Moved common/scaler* to graphics/ svn-id: r20797 --- backends/sdl/graphics.cpp | 2 +- backends/sdl/sdl-common.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'backends') diff --git a/backends/sdl/graphics.cpp b/backends/sdl/graphics.cpp index a711a46cc7..cdbb23472e 100644 --- a/backends/sdl/graphics.cpp +++ b/backends/sdl/graphics.cpp @@ -22,10 +22,10 @@ */ #include "backends/sdl/sdl-common.h" -#include "common/scaler.h" #include "common/util.h" #include "graphics/font.h" #include "graphics/fontman.h" +#include "graphics/scaler.h" #include "graphics/surface.h" static const OSystem::GraphicsMode s_supportedGraphicsModes[] = { diff --git a/backends/sdl/sdl-common.h b/backends/sdl/sdl-common.h index 78953ff918..c7d19281a7 100644 --- a/backends/sdl/sdl-common.h +++ b/backends/sdl/sdl-common.h @@ -26,8 +26,8 @@ #include "common/stdafx.h" #include "common/scummsys.h" -#include "common/scaler.h" #include "common/system.h" +#include "graphics/scaler.h" #include "backends/intern.h" #include -- cgit v1.2.3