From 8b1d7b916673078d20f15540f9cc2f531340ba97 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 24 Jun 2005 15:23:51 +0000 Subject: When including files from common/, explicitly use the common/ prefix svn-id: r18444 --- backends/fs/fs.cpp | 2 +- backends/fs/palmos/palmos-fs.cpp | 2 +- backends/fs/posix/posix-fs.cpp | 2 +- backends/fs/symbian/symbian-fs.cpp | 2 +- backends/fs/windows/windows-fs.cpp | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'backends/fs') 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 #include 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 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 #include -- cgit v1.2.3