From 8b1d7b916673078d20f15540f9cc2f531340ba97 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 24 Jun 2005 15:23:51 +0000 Subject: When including files from common/, explicitly use the common/ prefix svn-id: r18444 --- sword1/screen.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sword1/screen.cpp') diff --git a/sword1/screen.cpp b/sword1/screen.cpp index 994419261b..af156e90de 100644 --- a/sword1/screen.cpp +++ b/sword1/screen.cpp @@ -19,9 +19,9 @@ * */ -#include "stdafx.h" -#include "scummsys.h" -#include "system.h" +#include "common/stdafx.h" +#include "common/scummsys.h" +#include "common/system.h" #include "common/util.h" #include "sword1/screen.h" #include "sword1/logic.h" -- cgit v1.2.3