diff options
-rw-r--r-- | tools/source/stream/vcompat.cxx | 8 | ||||
-rw-r--r-- | tools/source/string/tenccvt.cxx | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/tools/source/stream/vcompat.cxx b/tools/source/stream/vcompat.cxx index 9d7ea8f997c0..05f48b0b35fe 100644 --- a/tools/source/stream/vcompat.cxx +++ b/tools/source/stream/vcompat.cxx @@ -4,9 +4,9 @@ * * $RCSfile: vcompat.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2006-09-17 01:02:29 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:19:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -39,10 +39,10 @@ #define _VCOMPAT_CXX #ifndef _STREAM_HXX -#include "stream.hxx" +#include <tools/stream.hxx> #endif #ifndef _VCOMPAT_HXX -#include "vcompat.hxx" +#include <tools/vcompat.hxx> #endif // ----------------- diff --git a/tools/source/string/tenccvt.cxx b/tools/source/string/tenccvt.cxx index 1af6b6831c5b..594f32effecb 100644 --- a/tools/source/string/tenccvt.cxx +++ b/tools/source/string/tenccvt.cxx @@ -4,9 +4,9 @@ * * $RCSfile: tenccvt.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2006-09-17 01:04:25 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:19:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,7 +40,7 @@ #include <rtl/tencinfo.h> #endif #ifndef _TOOLS_TENCCVT_HXX -#include <tenccvt.hxx> +#include <tools/tenccvt.hxx> #endif // ======================================================================= |