aboutsummaryrefslogtreecommitdiff
path: root/backends/fs
diff options
context:
space:
mode:
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>