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 --- scumm/base-costume.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/base-costume.h') diff --git a/scumm/base-costume.h b/scumm/base-costume.h index 391b592439..bd20a07767 100644 --- a/scumm/base-costume.h +++ b/scumm/base-costume.h @@ -23,7 +23,7 @@ #ifndef BASE_COSTUME_H #define BASE_COSTUME_H -#include "scummsys.h" +#include "common/scummsys.h" #include "actor.h" // for CostumeData #if !defined(__GNUC__) -- cgit v1.2.3