changed path in include to use 'common' to conform rest part of code

svn-id: r20614
This commit is contained in:
Paweł Kołodziejski 2006-02-12 14:05:47 +00:00
parent faec3622b3
commit c2575afaa7
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@
*
*/
#include "stdafx.h"
#include "common/stdafx.h"
#include "gui/Actions.h"
#include "gui/message.h"
#include "scumm/scumm.h"

View file

@ -20,7 +20,7 @@
*
*/
#include "stdafx.h"
#include "common/stdafx.h"
#include "gui/Key.h"
namespace GUI {