aboutsummaryrefslogtreecommitdiff
path: root/backends/fs
diff options
context:
space:
mode:
authorMax Horn2005-06-24 15:23:51 +0000
committerMax Horn2005-06-24 15:23:51 +0000
commit8b1d7b916673078d20f15540f9cc2f531340ba97 (patch)
tree8473b085eb77b7ff7ec7ce5f9457307a27832042 /backends/fs
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 'backends/fs')
-rw-r--r--backends/fs/fs.cpp2
-rw-r--r--backends/fs/palmos/palmos-fs.cpp2
-rw-r--r--backends/fs/posix/posix-fs.cpp2
-rw-r--r--backends/fs/symbian/symbian-fs.cpp2
-rw-r--r--backends/fs/windows/windows-fs.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/backends/fs/fs.cpp b/backends/fs/fs.cpp
index 8b847a05d0..39a3528353 100644
--- a/backends/fs/fs.cpp
+++ b/backends/fs/fs.cpp
@@ -18,7 +18,7 @@
* $Header$
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "backends/fs/fs.h"
#include "common/util.h"
diff --git a/backends/fs/palmos/palmos-fs.cpp b/backends/fs/palmos/palmos-fs.cpp
index 5ef8dc80e7..96be354afc 100644
--- a/backends/fs/palmos/palmos-fs.cpp
+++ b/backends/fs/palmos/palmos-fs.cpp
@@ -20,7 +20,7 @@
#if defined(__PALMOS_TRAPS__)
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "../fs.h"
#include <stdio.h>
#include <stdlib.h>
diff --git a/backends/fs/posix/posix-fs.cpp b/backends/fs/posix/posix-fs.cpp
index eb72389d26..0224eb67a2 100644
--- a/backends/fs/posix/posix-fs.cpp
+++ b/backends/fs/posix/posix-fs.cpp
@@ -20,7 +20,7 @@
#if defined(UNIX) || defined(__DC__)
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "../fs.h"
diff --git a/backends/fs/symbian/symbian-fs.cpp b/backends/fs/symbian/symbian-fs.cpp
index 8a0f3b3a2a..ef9ad4a5d8 100644
--- a/backends/fs/symbian/symbian-fs.cpp
+++ b/backends/fs/symbian/symbian-fs.cpp
@@ -22,7 +22,7 @@
*/
#if defined (__SYMBIAN32__)
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "../fs.h"
//#include <sys/param.h>
diff --git a/backends/fs/windows/windows-fs.cpp b/backends/fs/windows/windows-fs.cpp
index 4ddece6b3a..2de92b83f1 100644
--- a/backends/fs/windows/windows-fs.cpp
+++ b/backends/fs/windows/windows-fs.cpp
@@ -20,7 +20,7 @@
#ifdef WIN32
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "../fs.h"
#include <stdio.h>
#include <stdlib.h>