From c2575afaa792d74153c7d100e01bb51461c87efe Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Sun, 12 Feb 2006 14:05:47 +0000 Subject: changed path in include to use 'common' to conform rest part of code svn-id: r20614 --- gui/Actions.cpp | 2 +- gui/Key.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'gui') diff --git a/gui/Actions.cpp b/gui/Actions.cpp index 8606d07cb7..50c921dcf6 100644 --- a/gui/Actions.cpp +++ b/gui/Actions.cpp @@ -20,7 +20,7 @@ * */ -#include "stdafx.h" +#include "common/stdafx.h" #include "gui/Actions.h" #include "gui/message.h" #include "scumm/scumm.h" diff --git a/gui/Key.cpp b/gui/Key.cpp index 67fb9d26b7..d9c37f116c 100644 --- a/gui/Key.cpp +++ b/gui/Key.cpp @@ -20,7 +20,7 @@ * */ -#include "stdafx.h" +#include "common/stdafx.h" #include "gui/Key.h" namespace GUI { -- cgit v1.2.3