diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:15:20 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:15:20 +0000 |
commit | 75cba03848099f27292ab918d4e1e5713e44743c (patch) | |
tree | 9ac5f763587ecb7f28e391ce3d05b3b14e9d7596 /tools | |
parent | db6ec82fdbcb070b9062522863b33510ea2c1447 (diff) |
INTEGRATION: CWS vgbugs07 (1.10.90); FILE MERGED
2007/06/04 13:32:26 vg 1.10.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/inet/inetmsg.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/source/inet/inetmsg.cxx b/tools/source/inet/inetmsg.cxx index c700edc41d6d..ef1568b109c4 100644 --- a/tools/source/inet/inetmsg.cxx +++ b/tools/source/inet/inetmsg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: inetmsg.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: obo $ $Date: 2006-09-17 00:57:50 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:15:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -41,16 +41,16 @@ #endif #ifndef _DATETIME_HXX -#include <datetime.hxx> +#include <tools/datetime.hxx> #endif #ifndef _TOOLS_INETMIME_HXX -#include <inetmime.hxx> +#include <tools/inetmime.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 #ifndef INCLUDED_RTL_INSTANCE_HXX #include <rtl/instance.hxx> |