aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorMax Horn2005-06-24 15:23:51 +0000
committerMax Horn2005-06-24 15:23:51 +0000
commit8b1d7b916673078d20f15540f9cc2f531340ba97 (patch)
tree8473b085eb77b7ff7ec7ce5f9457307a27832042 /base
parent68907449b75479481348af5d3d4842a96b7651f6 (diff)
downloadscummvm-rg350-8b1d7b916673078d20f15540f9cc2f531340ba97.tar.gz
scummvm-rg350-8b1d7b916673078d20f15540f9cc2f531340ba97.tar.bz2
scummvm-rg350-8b1d7b916673078d20f15540f9cc2f531340ba97.zip
When including files from common/, explicitly use the common/ prefix
svn-id: r18444
Diffstat (limited to 'base')
-rw-r--r--base/engine.cpp2
-rw-r--r--base/engine.h2
-rw-r--r--base/gameDetector.cpp2
-rw-r--r--base/main.cpp2
-rw-r--r--base/plugins.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/base/engine.cpp b/base/engine.cpp
index 9f091f5fd3..43e51b54e1 100644
--- a/base/engine.cpp
+++ b/base/engine.cpp
@@ -18,7 +18,7 @@
* $Header$
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#if defined(WIN32)
#include <malloc.h>
#endif
diff --git a/base/engine.h b/base/engine.h
index 4a0cc7aadb..9cdcfe4914 100644
--- a/base/engine.h
+++ b/base/engine.h
@@ -20,7 +20,7 @@
#ifndef ENGINE_H
#define ENGINE_H
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/scummsys.h"
#include "common/str.h"
diff --git a/base/gameDetector.cpp b/base/gameDetector.cpp
index 8e9bd2e660..f01926ad90 100644
--- a/base/gameDetector.cpp
+++ b/base/gameDetector.cpp
@@ -20,7 +20,7 @@
*
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "base/engine.h"
#include "base/gameDetector.h"
diff --git a/base/main.cpp b/base/main.cpp
index 224681896d..e24c11cc77 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -28,7 +28,7 @@
* of almost all the classes, methods and variables, and how they interact.
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "base/engine.h"
#include "base/gameDetector.h"
#include "base/plugins.h"
diff --git a/base/plugins.cpp b/base/plugins.cpp
index 1dbcf4609f..6fc6accceb 100644
--- a/base/plugins.cpp
+++ b/base/plugins.cpp
@@ -20,7 +20,7 @@
*
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "backends/fs/fs.h"
#include "base/gameDetector.h"
#include "base/plugins.h"