diff options
-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 { |