From c2575afaa792d74153c7d100e01bb51461c87efe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Ko=C5=82odziejski?= Date: Sun, 12 Feb 2006 14:05:47 +0000 Subject: [PATCH] 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(-) diff --git a/gui/Actions.cpp b/gui/Actions.cpp index 8606d07cb7c..50c921dcf6d 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 67fb9d26b7a..d9c37f116c3 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 {