From dff1be88b75eab67989226ddd1008eebcc3f2939 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 27 Jun 2007 21:18:34 +0000 Subject: INTEGRATION: CWS vgbugs07 (1.25.62); FILE MERGED 2007/06/04 13:32:27 vg 1.25.62.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 --- tools/source/stream/stream.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tools') diff --git a/tools/source/stream/stream.cxx b/tools/source/stream/stream.cxx index d591a236831e..efc77dcad102 100644 --- a/tools/source/stream/stream.cxx +++ b/tools/source/stream/stream.cxx @@ -4,9 +4,9 @@ * * $RCSfile: stream.cxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: kz $ $Date: 2006-11-07 14:44:28 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:18:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -55,7 +55,7 @@ #endif */ -#include +#include #if defined(BLC) #define SWAPNIBBLES(c) c=_crotl(c,4); @@ -67,9 +67,9 @@ c >>= 4; \ c |= nSwapTmp; #endif -#include +#include #define ENABLE_BYTESTRING_STREAM_OPERATORS -#include +#include #include #include -- cgit