From 1b14b3df6fa02da18c2a187d0766f30fa0eb2c1c Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 27 Jun 2007 21:19:48 +0000 Subject: INTEGRATION: CWS vgbugs07 (1.3.90); FILE MERGED 2007/06/04 13:32:27 vg 1.3.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 --- tools/source/stream/vcompat.cxx | 8 ++++---- tools/source/string/tenccvt.cxx | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'tools') 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 #endif #ifndef _VCOMPAT_HXX -#include "vcompat.hxx" +#include #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 #endif #ifndef _TOOLS_TENCCVT_HXX -#include +#include #endif // ======================================================================= -- cgit