diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:15:31 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:15:31 +0000 |
commit | 34f07120761935a73f0963127c3b19e2a8fde72b (patch) | |
tree | 88200847cff32dd6c88d00b17b42502b117e47c3 /tools | |
parent | 75cba03848099f27292ab918d4e1e5713e44743c (diff) |
INTEGRATION: CWS vgbugs07 (1.8.90); FILE MERGED
2007/06/04 13:32:26 vg 1.8.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/inet/inetstrm.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/source/inet/inetstrm.cxx b/tools/source/inet/inetstrm.cxx index 2b36ed4fcd6b..dc6ac2938491 100644 --- a/tools/source/inet/inetstrm.cxx +++ b/tools/source/inet/inetstrm.cxx @@ -4,9 +4,9 @@ * * $RCSfile: inetstrm.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2006-09-17 00:58:10 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:15:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -45,16 +45,16 @@ #endif #ifndef _CACHESTR_HXX -#include <cachestr.hxx> +#include <tools/cachestr.hxx> #endif #ifndef _TOOLS_DEBUG_HXX -#include <debug.hxx> +#include <tools/debug.hxx> #endif #ifndef _TOOLS_INETMSG_HXX -#include <inetmsg.hxx> +#include <tools/inetmsg.hxx> #endif #ifndef _TOOLS_INETSTRM_HXX -#include <inetstrm.hxx> +#include <tools/inetstrm.hxx> #endif #include <ctype.h> // toupper |