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/file.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'common/file.h') diff --git a/common/file.h b/common/file.h index 2690e6fd6e..7d6ab8f395 100644 --- a/common/file.h +++ b/common/file.h @@ -22,9 +22,8 @@ #ifndef COMMON_FILE_H #define COMMON_FILE_H -#include #include "stdafx.h" -#include "scummsys.h" +#include "common/scummsys.h" class File { private: -- cgit v1.2.3