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 --- common/map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/map.h') diff --git a/common/map.h b/common/map.h index fb71bbe9bb..8098afa1bd 100644 --- a/common/map.h +++ b/common/map.h @@ -21,7 +21,7 @@ #ifndef COMMON_MAP_H #define COMMON_MAP_H -#include "scummsys.h" +#include "common/scummsys.h" namespace ScummVM { -- cgit v1.2.3