aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
Diffstat (limited to 'backends')
-rw-r--r--backends/sdl/graphics.cpp2
-rw-r--r--backends/sdl/sdl-common.h2
2 files changed, 2 insertions, 2 deletions
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 <SDL.h>