From 0df319e9520aa6fdcaff96f91826ccd7cff2c14a Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 1 Aug 2003 12:21:04 +0000 Subject: #include cleanup (explicityl specify the location for headers from common/, so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level) svn-id: r9359 --- backends/sdl/sdl-common.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'backends/sdl') diff --git a/backends/sdl/sdl-common.h b/backends/sdl/sdl-common.h index b1024d1f15..a626858382 100644 --- a/backends/sdl/sdl-common.h +++ b/backends/sdl/sdl-common.h @@ -22,9 +22,9 @@ #ifndef SDL_COMMON_H #define SDL_COMMON_H -#include "stdafx.h" -#include "scummsys.h" -#include "system.h" +#include "common/stdafx.h" +#include "common/scummsys.h" +#include "common/system.h" #include "backends/intern.h" #include -- cgit v1.2.3