diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:18:34 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:18:34 +0000 |
commit | dff1be88b75eab67989226ddd1008eebcc3f2939 (patch) | |
tree | 4ce0e0b951fe2d53f3cc86d4d81bdd95fe11a2f0 /tools | |
parent | b0c0b7bfc59b37a4704e6747d3036d9b99868e36 (diff) |
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
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/stream/stream.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
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 <solar.h> +#include <tools/solar.h> #if defined(BLC) #define SWAPNIBBLES(c) c=_crotl(c,4); @@ -67,9 +67,9 @@ c >>= 4; \ c |= nSwapTmp; #endif -#include <debug.hxx> +#include <tools/debug.hxx> #define ENABLE_BYTESTRING_STREAM_OPERATORS -#include <stream.hxx> +#include <tools/stream.hxx> #include <osl/thread.h> #include <algorithm> |