summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 21:10:48 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 21:10:48 +0000
commitc6e46d7ffb091a0a4f5fa0a3373fdd9d52128015 (patch)
tree4d7b35f0a0892c622db13264962471c99f8bf3a1
parent90b58c34c188a3b58b5334334d2e12c073ab7044 (diff)
INTEGRATION: CWS vgbugs07 (1.7.90); FILE MERGED
2007/06/06 10:20:32 vg 1.7.90.2: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 2007/06/04 13:32:24 vg 1.7.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
-rw-r--r--tools/source/fsys/filecopy.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/source/fsys/filecopy.cxx b/tools/source/fsys/filecopy.cxx
index df01f38eef0c..96d80b163eee 100644
--- a/tools/source/fsys/filecopy.cxx
+++ b/tools/source/fsys/filecopy.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: filecopy.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 00:53:16 $
+ * last change: $Author: hr $ $Date: 2007-06-27 22:10:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -39,7 +39,7 @@
#if defined WNT
#ifndef _SVWIN_H
#include <io.h>
-#include <svwin.h>
+#include <tools/svwin.h>
#endif
#elif defined UNX
@@ -61,11 +61,11 @@
#endif
#ifndef _FSYS_HXX
-#include "fsys.hxx"
+#include <tools/fsys.hxx>
#endif
#ifndef _STREAM_HXX
-#include "stream.hxx"
+#include <tools/stream.hxx>
#endif
#ifndef _OSL_FILE_HXX_