diff options
author | Paweł Kołodziejski | 2006-02-12 14:05:47 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2006-02-12 14:05:47 +0000 |
commit | c2575afaa792d74153c7d100e01bb51461c87efe (patch) | |
tree | 9f838b09bebb5a7d071bb24ee8172ff6cb2d97b3 | |
parent | faec3622b3c87b7052c3522359bc0a3ad04efee4 (diff) | |
download | scummvm-rg350-c2575afaa792d74153c7d100e01bb51461c87efe.tar.gz scummvm-rg350-c2575afaa792d74153c7d100e01bb51461c87efe.tar.bz2 scummvm-rg350-c2575afaa792d74153c7d100e01bb51461c87efe.zip |
changed path in include to use 'common' to conform rest part of code
svn-id: r20614
-rw-r--r-- | gui/Actions.cpp | 2 | ||||
-rw-r--r-- | gui/Key.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
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 { |